mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-06-15 00:26:16 +02:00
Fix db healthcheck
This commit is contained in:
parent
bc89577be9
commit
6f4b6e8a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ services:
|
||||||
image: 'postgres:14.2-alpine'
|
image: 'postgres:14.2-alpine'
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: pg_isready
|
test: pg_isready -U nextcloud
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue