diff --git a/docker-compose.yml b/docker-compose.yml index ccb43cc..b721a4f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -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