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