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