Compare commits
No commits in common. "c47deeeb6b48c0f5ccbde9e3b89805a627e4c421" and "80dc6bc89502f93be28b979e7d2067077aa00d1b" have entirely different histories.
c47deeeb6b
...
80dc6bc895
|
@ -21,7 +21,7 @@ services:
|
|||
volumes:
|
||||
- database:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U hedgedoc"]
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
|
@ -22,8 +22,8 @@ fi
|
|||
|
||||
cat <<EOT >> .env
|
||||
POSTGRES_PASSWORD=${GARBAYE_MATRIX_POSTGRES_PASSWORD}
|
||||
POSTGRES_USER=synapse
|
||||
POSTGRES_DB=synapse
|
||||
POSTGRES_USER=${container_name}
|
||||
POSTGRES_DB=${container_name}
|
||||
POSTGRES_INITDB_ARGS=--encoding=UTF8 --locale=C
|
||||
EOT
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ services:
|
|||
volumes:
|
||||
- database:${database_path}:Z
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U vaultwarden"]
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
Loading…
Reference in a new issue