fix compose volumes

This commit is contained in:
Jakub Miazek 2022-11-12 18:23:46 +01:00
parent ab9f647d32
commit 30101f14db

View File

@ -14,7 +14,8 @@ services:
--reload --log-level debug
"
volumes:
- .:/code
- ./app:/home/code/app
- ./tests:/home/code/tests
ports:
- "8080:8080"
depends_on:
@ -44,4 +45,4 @@ services:
retries: 5
volumes:
fastapi_postgres_data:
fastapi_postgres_data: {}