We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f360a8 commit bcb727bCopy full SHA for bcb727b
1 file changed
infrastructure/deploy/docker-compose.yaml
@@ -11,7 +11,7 @@ x-databuddy-env:
11
GITHUB_CLIENT_SECRET: "{{github_client_secret}}" # secret
12
GOOGLE_CLIENT_ID: "{{google_client_id}}"
13
GOOGLE_CLIENT_SECRET: "{{google_client_secret}}" # secret
14
- DATABASE_URL: "postgresql://databuddy:databuddy@pgsql:5432/databuddy"
+ DATABASE_URL: "postgresql://postgres:databuddy@pgsql:5432/databuddy"
15
OPR_API_KEY: "{{opr_api_key}}" # secret
16
NEXT_PUBLIC_API_URL: "https://{{api_host}}"
17
NEXT_PUBLIC_BASKET_URL: "https://{{basket_host}}"
0 commit comments