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