Compare commits
2 commits
66bd4d1f70
...
80dc6bc895
Author | SHA1 | Date | |
---|---|---|---|
80dc6bc895 | |||
56b3d4a03c |
|
@ -27,7 +27,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- gitea-pgsql:/var/lib/postgresql/data:Z
|
- gitea-pgsql:/var/lib/postgresql/data:Z
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
test: ["CMD-SHELL", "pg_isready -U gitea"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- matrixdotorg_synapse-pgsql:/var/lib/postgresql/data/:Z
|
- matrixdotorg_synapse-pgsql:/var/lib/postgresql/data/:Z
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
test: ["CMD-SHELL", "pg_isready -U synapse"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
Loading…
Reference in a new issue