Skip to content

Commit

Permalink
change in index.js 2
Browse files Browse the repository at this point in the history
  • Loading branch information
norali12 committed Sep 25, 2024
1 parent 4434825 commit 122d884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
backend:
profiles: # will start only if `docker-compose --profile prod up` is used
- prod
image: tactful/microcentral-backend:v1.5.8
image: tactful/microcentral-backend:v1.5.9
command: poetry run uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
volumes:
- .:/usr/src/app
Expand All @@ -67,7 +67,7 @@ services:
- ADMINER_DEFAULT_SERVER=database

frontend:
image: tactful/microcentral-frontend:v1.5.8
image: tactful/microcentral-frontend:v1.5.9
depends_on:
- backend
- database
Expand Down

0 comments on commit 122d884

Please sign in to comment.