Skip to content

Commit

Permalink
Merge pull request Bridgeconn#822 from shimilgithub/api-refactor
Browse files Browse the repository at this point in the history
docker compose update after auth and cms release
  • Loading branch information
shimilgithub authored May 27, 2024
2 parents edfc94a + b86fa1e commit 1f3f4df
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 1f3f4df

Please sign in to comment.