Compare commits
No commits in common. "80dc6bc89502f93be28b979e7d2067077aa00d1b" and "66bd4d1f7061c3d5700d08843462c7a0d0d8be3a" have entirely different histories.
80dc6bc895
...
66bd4d1f70
|
@ -27,7 +27,7 @@ services:
|
|||
volumes:
|
||||
- gitea-pgsql:/var/lib/postgresql/data:Z
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U gitea"]
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
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 synapse"]
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
Loading…
Reference in a new issue