add automatic alembic migrations to docker images

This commit is contained in:
maxDorninger
2025-06-01 22:45:16 +02:00
parent e9ff127c9f
commit 69d6fa7c15
6 changed files with 34 additions and 22 deletions

View File

@@ -27,4 +27,5 @@ dependencies = [
"uvicorn>=0.34.2",
"fastapi-utils>=0.8.0",
"apscheduler>=3.11.0",
"alembic>=1.16.1",
]