Skip to content

Commit

Permalink
Merge pull request #842 from AthulyaMS/demo
Browse files Browse the repository at this point in the history
New release on microservices CMS,ACCESS,TBT
  • Loading branch information
shimilgithub authored Jul 4, 2024
2 parents 44fe701 + 93f2820 commit 38c68b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.12
image: vachanengine/vachan-cms-rest:v2.0.13
expose:
- 8005
command: uvicorn main:app --host 0.0.0.0 --port 8005
Expand All @@ -227,7 +227,7 @@ services:
- VE-network

vachan-tbt:
image: kavitha3797/vachan-tbt:v2.0.1
image: vachanengine/vachan-tbt:v2.0.2
expose:
- 8003
command: uvicorn main:app --host 0.0.0.0 --port 8003
Expand Down Expand Up @@ -307,7 +307,7 @@ services:
- VE-network

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

0 comments on commit 38c68b0

Please sign in to comment.