Skip to content

Commit f580d20

Browse files
authored
postgres fix (#62)
1 parent b073f1a commit f580d20

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

examples/pilot-letsencrypt/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,5 @@ services:
244244

245245
NRIA_SELF_INSTRUMENTATION: newrelic
246246
NRIA_SELF_INSTRUMENTATION_APM_HOST: ${COLLECTOR_DOMAIN}
247+
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
247248
<<: *logging

examples/pilot-letsencrypt/infra_services/postgresql-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integrations:
44
# The username for the postgres instance. Required.
55
USERNAME: postgres
66
# The password for the postgres instance. Required.
7-
PASSWORD: hVUDY2TYfZFw8CQg
7+
PASSWORD: {{POSTGRES_PASSWORD}}
88

99
# The hostname for the postgres instance. Defaults to localhost.
1010
HOSTNAME: postgres

examples/pilot/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ services:
243243
NRIA_COMMAND_CHANNEL_URL: https://${COLLECTOR_DOMAIN}/infra/command-api
244244
NRIA_IDENTITY_URL: https://${COLLECTOR_DOMAIN}/infra/identity-api
245245
NRIA_CA_BUNDLE_FILE: ${CA_FILE}
246-
246+
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
247247
# не работает на самоподписанных сертификатах
248248
# NRIA_SELF_INSTRUMENTATION: newrelic
249249
# NRIA_SELF_INSTRUMENTATION_APM_HOST: ${COLLECTOR_DOMAIN}

examples/pilot/infra_services/postgresql-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integrations:
44
# The username for the postgres instance. Required.
55
USERNAME: postgres
66
# The password for the postgres instance. Required.
7-
PASSWORD: hVUDY2TYfZFw8CQg
7+
PASSWORD: {{POSTGRES_PASSWORD}}
88

99
# The hostname for the postgres instance. Defaults to localhost.
1010
HOSTNAME: postgres

0 commit comments

Comments
 (0)