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 0613d5a commit 72c65a3Copy full SHA for 72c65a3
samples/fastapi-postgres-pubsub/compose.yaml
@@ -8,6 +8,7 @@ services:
8
condition: service_healthy
9
environment:
10
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres?sslmode=${SSL_MODE}
11
+ SSL_MODE: # just here so it gets picked up by our tests
12
ports:
13
- "8000:8000"
14
healthcheck:
0 commit comments