Skip to content

Commit bcb727b

Browse files
committed
remove ingress that was not needed
1 parent 6f360a8 commit bcb727b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/deploy/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ x-databuddy-env:
1111
GITHUB_CLIENT_SECRET: "{{github_client_secret}}" # secret
1212
GOOGLE_CLIENT_ID: "{{google_client_id}}"
1313
GOOGLE_CLIENT_SECRET: "{{google_client_secret}}" # secret
14-
DATABASE_URL: "postgresql://databuddy:databuddy@pgsql:5432/databuddy"
14+
DATABASE_URL: "postgresql://postgres:databuddy@pgsql:5432/databuddy"
1515
OPR_API_KEY: "{{opr_api_key}}" # secret
1616
NEXT_PUBLIC_API_URL: "https://{{api_host}}"
1717
NEXT_PUBLIC_BASKET_URL: "https://{{basket_host}}"

0 commit comments

Comments
 (0)