diff options
-rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 050c570..f92f006 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,6 +22,7 @@ services: restart: unless-stopped command: ["alembic upgrade head && uvicorn src.app:fastapi_app --host 0.0.0.0 --port 8000 --reload --no-server-header"] volumes: + - ./thallium-backend/migrations:/thallium/migrations:ro - ./thallium-backend/src:/thallium/src:ro env_file: - .env |