Skip to content

Commit 51e715e

Browse files
disable ssl for postgres
1 parent f289a03 commit 51e715e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/components/dockercompose/billing_platform_service/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
postgres:
6262
condition: service_healthy
6363
restart: on-failure
64-
command: ["db", "create-and-migrate", "--url", "postgres://postgres:postgres@postgres:5432/billing_platform"]
64+
command: ["db", "create-and-migrate", "--url", "postgres://postgres:postgres@postgres:5432/billing_platform?sslmode=disable"]
6565

6666
populate_test_data:
6767
image: ${BILLING_PLATFORM_SERVICE_IMAGE:-billing-platform-service:local-cre}

0 commit comments

Comments
 (0)