feat: Bump healthcheck intervals to 1m
Some checks failed
/ validate-docker-compose (push) Has been cancelled

This commit is contained in:
AdrienPoupa
2025-05-23 23:34:14 +02:00
parent a2138db0ff
commit 4c328a2b30
6 changed files with 15 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ services:
restart: always
healthcheck:
test: ["CMD", "wget", "http://127.0.0.1:3000", "-qO", "/dev/null"]
interval: 30s
interval: 1m
retries: 10
networks:
adguardhome:

View File

@@ -37,7 +37,7 @@ services:
- host.docker.internal:172.17.0.1
healthcheck:
test: ["CMD", "traefik", "healthcheck", "--ping"]
interval: 30s
interval: 1m
retries: 10
sonarr:
image: lscr.io/linuxserver/sonarr
@@ -52,7 +52,7 @@ services:
restart: always
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:8989/sonarr/ping"]
interval: 30s
interval: 1m
retries: 10
labels:
- traefik.enable=true
@@ -82,7 +82,7 @@ services:
restart: always
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:7878/radarr/ping"]
interval: 30s
interval: 1m
retries: 10
labels:
- traefik.enable=true
@@ -112,7 +112,7 @@ services:
restart: always
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:8686/lidarr/ping"]
interval: 30s
interval: 1m
retries: 10
labels:
- traefik.enable=true
@@ -144,7 +144,7 @@ services:
restart: always
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:6767/bazarr/ping"]
interval: 30s
interval: 1m
retries: 10
labels:
- traefik.enable=true
@@ -179,7 +179,7 @@ services:
"-qO",
"/dev/null",
]
interval: 30s
interval: 1m
retries: 10
labels:
- traefik.enable=true
@@ -208,7 +208,7 @@ services:
restart: always
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:9696/prowlarr/ping"]
interval: 30s
interval: 1m
retries: 10
labels:
- traefik.enable=true
@@ -259,7 +259,7 @@ services:
# see: https://github.com/qdm12/gluetun/issues/641#issuecomment-933856220
test:
["CMD", "curl", "--fail", "http://127.0.0.1:8080", "https://google.com"]
interval: 30s
interval: 1m
retries: 10
network_mode: "service:vpn"
depends_on:
@@ -407,7 +407,7 @@ services:
restart: always
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:8096/jellyfin/health"]
interval: 30s
interval: 1m
retries: 10
labels:
- traefik.enable=true

View File

@@ -14,7 +14,7 @@ services:
restart: always
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:8123"]
interval: 30s
interval: 1m
retries: 10
privileged: true
labels:

View File

@@ -68,7 +68,7 @@ services:
test: >-
pg_isready --dbname=immich --username=postgres || exit 1; Chksum="$$(psql --dbname=immich --username=postgres --tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures), 0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [ "$$Chksum" = '0' ] || exit 1
interval: 5m
start_interval: 30s
start_interval: 1m
start_period: 5m
command: >-
postgres -c shared_preload_libraries=vectors.so -c 'search_path="$$user", public, vectors' -c logging_collector=on -c max_wal_size=2GB -c shared_buffers=512MB -c wal_compression=on

View File

@@ -21,7 +21,7 @@ services:
- ${CONFIG_ROOT:-.}/joplin/healthcheck:/healthcheck
healthcheck:
test: ["CMD", "node", "/healthcheck/healthcheck.js"]
interval: 30s
interval: 1m
retries: 10
labels:
- traefik.enable=true

View File

@@ -11,7 +11,7 @@ services:
- tandoor-staticfiles:/opt/recipes/staticfiles
healthcheck:
test: ["CMD", "wget", "http://127.0.0.1:8080/recipes", "-qO", "/dev/null"]
interval: 30s
interval: 1m
retries: 10
profiles:
- tandoor
@@ -28,7 +28,7 @@ services:
- tandoor-staticfiles:/static:ro
healthcheck:
test: ["CMD", "wget", "http://127.0.0.1/recipes", "-qO", "/dev/null"]
interval: 30s
interval: 1m
retries: 10
depends_on:
- tandoor