From c56f107099ab0fb4bbcbffee0065e40f2d68b410 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 12 Jan 2025 07:29:53 -0700 Subject: [PATCH] small compose.yml cleanup --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index ffdc286..08a080b 100644 --- a/compose.yml +++ b/compose.yml @@ -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