Skip to content

Commit b1b1dbe

Browse files
authored
small compose.yml cleanup (#16)
2 parents fbf2443 + c56f107 commit b1b1dbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
services:
2-
teufa:
2+
api:
33
build:
44
context: .
55
develop:
@@ -26,8 +26,8 @@ services:
2626
- "5432:5432"
2727
migrate:
2828
image: teufa:latest
29-
depends_on:
30-
- db
29+
command: alembic upgrade head
3130
environment:
3231
DATABASE_URL: postgresql+psycopg://postgres:changeme@db:5432/postgres
33-
command: alembic upgrade head
32+
depends_on:
33+
- db

0 commit comments

Comments
 (0)