Skip to content

Commit

Permalink
f changes
Browse files Browse the repository at this point in the history
  • Loading branch information
norali12 committed Sep 25, 2024
1 parent d861e37 commit 828674c
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.10
image: tactful/microcentral-backend:v1.5.11
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.10
image: tactful/microcentral-frontend:v1.5.11
depends_on:
- backend
- database
Expand Down

0 comments on commit 828674c

Please sign in to comment.