Updae nextcloud hc

This commit is contained in:
2025-07-20 15:53:26 +05:30
parent 89780c872b
commit 046c42e7a1

View File

@@ -13,10 +13,10 @@ services:
- ${DB_PORT}:5432
healthcheck:
test: ["CMD-SHELL", "pg_isready -d ${POSTGRES_DB} -U ${POSTGRES_USER}"]
start_period: 10s
interval: 10s
timeout: 5s
retries: 3
start_period: 10s
nextcloud_valkey:
container_name: nextcloud_valkey
@@ -29,10 +29,10 @@ services:
- ${VALKEY_PORT}:6379
healthcheck:
test: ["CMD-SHELL", "echo 'auth ${VALKEY_PASSWORD}\nping' | valkey-cli | grep PONG"]
start_period: 20s
interval: 30s
retries: 5
timeout: 3s
interval: 10s
timeout: 5s
retries: 3
start_period: 10s
nextcloud_app:
image: docker.io/library/nextcloud:31.0.7