small compose.yml cleanup (#16)

This commit is contained in:
Brian Rosner 2025-01-12 07:32:32 -07:00 committed by GitHub
commit b1b1dbee6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
services:
teufa:
api:
build:
context: .
develop:
@ -26,8 +26,8 @@ services:
- "5432:5432"
migrate:
image: teufa:latest
depends_on:
- db
command: alembic upgrade head
environment:
DATABASE_URL: postgresql+psycopg://postgres:changeme@db:5432/postgres
command: alembic upgrade head
depends_on:
- db