We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f701f commit 880e4beCopy full SHA for 880e4be
samples/fastapi-postgres/compose.yaml
@@ -10,6 +10,8 @@ services:
10
published: 8000
11
environment:
12
- DATABASE_URL=postgres://postgres:${POSTGRES_PASSWORD}@db:5432/postgres
13
+ depends_on:
14
+ - db
15
#deploy:
16
# resources:
17
# reservations:
0 commit comments