Skip to content

Commit 72c65a3

Browse files
committed
pickup sslmode
1 parent 0613d5a commit 72c65a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/fastapi-postgres-pubsub/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
condition: service_healthy
99
environment:
1010
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
1112
ports:
1213
- "8000:8000"
1314
healthcheck:

0 commit comments

Comments
 (0)