better entrypoints

This commit is contained in:
2025-01-12 13:09:43 -07:00
parent 9ef80a1379
commit f041905194
3 changed files with 5 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ services:
- "5432:5432"
migrate:
image: teufa:latest
command: alembic upgrade head
command: teufa alembic upgrade head
environment:
DATABASE_URL: postgresql+psycopg://postgres:changeme@db:5432/postgres
depends_on: