mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
fix compose volumes
This commit is contained in:
@@ -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: {}
|
||||
Reference in New Issue
Block a user