Skip to content

Commit

Permalink
docker compose update after auth and cms release
Browse files Browse the repository at this point in the history
  • Loading branch information
shimilgithub committed May 27, 2024
1 parent c585bc3 commit b86fa1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ services:
# - VE-network

vachan-cms-rest:
image: vachanengine/vachan-cms-rest:v2.0.9
image: vachanengine/vachan-cms-rest:v2.0.11
expose:
- 8005
command: uvicorn main:app --host 0.0.0.0 --port 8005
Expand Down Expand Up @@ -307,7 +307,7 @@ services:
- VE-network

vachan-access:
image: vachanengine/vachan-access:v2.0.7
image: vachanengine/vachan-access:v2.0.8
environment:
- VACHAN_POSTGRES_HOST=vachan-db
- VACHAN_POSTGRES_USER=${VACHAN_POSTGRES_USER:-postgres}
Expand Down

0 comments on commit b86fa1e

Please sign in to comment.