health check updates
This commit is contained in:
@@ -83,12 +83,6 @@ services:
|
|||||||
- /mnt/.ix-apps/app_mounts/plex/config:/config
|
- /mnt/.ix-apps/app_mounts/plex/config:/config
|
||||||
- /mnt/pool-main/media/series:/tv
|
- /mnt/pool-main/media/series:/tv
|
||||||
- /mnt/pool-main/media/movies:/movies
|
- /mnt/pool-main/media/movies:/movies
|
||||||
healthcheck:
|
|
||||||
interval: 1m
|
|
||||||
timeout: 10s
|
|
||||||
retries: 3
|
|
||||||
start_period: 30s
|
|
||||||
test: ["CMD-SHELL", "curl -f http://127.0.0.1:32400 >/dev/null 2>&1"]
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- com.centurylinklabs.watchtower.enable=true
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
@@ -137,12 +131,6 @@ services:
|
|||||||
- /mnt/.ix-apps/app_mounts/radarr/config:/config
|
- /mnt/.ix-apps/app_mounts/radarr/config:/config
|
||||||
- /mnt/pool-main/media/movies:/movies #optional
|
- /mnt/pool-main/media/movies:/movies #optional
|
||||||
- /mnt/pool-main/media/downloads:/downloads #optional
|
- /mnt/pool-main/media/downloads:/downloads #optional
|
||||||
healthcheck:
|
|
||||||
interval: 1m
|
|
||||||
timeout: 10s
|
|
||||||
retries: 3
|
|
||||||
start_period: 30s
|
|
||||||
test: ["CMD-SHELL", "curl -f http://127.0.0.1:7878 >/dev/null 2>&1"]
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- com.centurylinklabs.watchtower.enable=true
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
@@ -269,12 +257,6 @@ services:
|
|||||||
- TZ=Europe/Brussels
|
- TZ=Europe/Brussels
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/.ix-apps/app_mounts/jellyseerr/config:/app/config
|
- /mnt/.ix-apps/app_mounts/jellyseerr/config:/app/config
|
||||||
healthcheck:
|
|
||||||
interval: 1m
|
|
||||||
timeout: 10s
|
|
||||||
retries: 3
|
|
||||||
start_period: 30s
|
|
||||||
test: ["CMD-SHELL", "curl -f http://127.0.0.1:5055 >/dev/null 2>&1"]
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- com.centurylinklabs.watchtower.enable=true
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
@@ -413,10 +395,4 @@ services:
|
|||||||
- AUTOHEAL_DEFAULT_STOP_TIMEOUT=30
|
- AUTOHEAL_DEFAULT_STOP_TIMEOUT=30
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
healthcheck:
|
|
||||||
interval: 1m
|
|
||||||
timeout: 10s
|
|
||||||
retries: 3
|
|
||||||
start_period: 30s
|
|
||||||
test: ["CMD-SHELL", "ps -C autoheal >/dev/null 2>&1"]
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user