Replaced one more occurence of the password 'password'

This commit is contained in:
caminsha 2021-05-17 14:01:58 +02:00
parent 63a72de927
commit f0433a263b

View File

@ -346,7 +346,7 @@ services:
environment: environment:
POSTGRES_DB: greenlight POSTGRES_DB: greenlight
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: password POSTGRES_PASSWORD: ${POSTGRESQL_SECRET}
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"] test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s interval: 10s