From 5dcea1e2ccbae47cf4bc8ad55c947ca56de3b61a Mon Sep 17 00:00:00 2001 From: NightPumpkin Date: Thu, 19 Aug 2021 00:01:27 +0200 Subject: [PATCH] MAJ stackdl/docker-compose --- .../docker-compose.yml | 32 +------------------ 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/docker-compose/openvpn-rutorrent-prowlarr-jackett-flaresolver-radarr-sonarr/docker-compose.yml b/docker-compose/openvpn-rutorrent-prowlarr-jackett-flaresolver-radarr-sonarr/docker-compose.yml index a94a18b..03cc562 100644 --- a/docker-compose/openvpn-rutorrent-prowlarr-jackett-flaresolver-radarr-sonarr/docker-compose.yml +++ b/docker-compose/openvpn-rutorrent-prowlarr-jackett-flaresolver-radarr-sonarr/docker-compose.yml @@ -73,11 +73,6 @@ services: soft: 32000 hard: 40000 restart: unless-stopped -# healthcheck: -# test: ["CMD-SHELL", "curl --fail http://172.22.0.1:8080/ || exit 1"] -# interval: 1m30s -# timeout: 10s -# retries: 3 prowlarr: image: ghcr.io/linuxserver/prowlarr:develop @@ -95,11 +90,6 @@ services: volumes: - ${RACINE}/prowlarr/config:/config restart: unless-stopped -# healthcheck: -# test: ["CMD-SHELL", "curl --fail http://172.22.0.1:9696/ || exit 1"] -# interval: 1m30s -# timeout: 10s -# retries: 3 sonarr: image: ghcr.io/linuxserver/sonarr:latest @@ -118,11 +108,6 @@ services: - ${RACINE}/sonarr/config:/config - ${RACINE}/rutorrent/downloads:/downloads restart: unless-stopped -# healthcheck: -# test: ["CMD-SHELL", "curl --fail http://172.22.0.1:8989/ || exit 1"] -# interval: 1m30s -# timeout: 10s -# retries: 3 radarr: image: ghcr.io/linuxserver/radarr:nightly @@ -140,12 +125,7 @@ services: volumes: - ${RACINE}/radarr/config:/config - ${RACINE}/rutorrent/downloads:/downloads - restart: unless-stopped -# healthcheck: -# test: ["CMD-SHELL", "curl --fail http://172.22.0.1:7878/ || exit 1"] -# interval: 1m30s -# timeout: 10s -# retries: 3 + restart: unless-stopped jackett: image: ghcr.io/linuxserver/jackett @@ -164,11 +144,6 @@ services: - ${RACINE}/jackett/config:/config - ${RACINE}/jackett/downloads:/downloads restart: unless-stopped -# healthcheck: -# test: ["CMD-SHELL", "curl --fail http://172.22.0.1:9117/ || exit 1"] -# interval: 1m30s -# timeout: 10s -# retries: 3 flaresolverr: image: ghcr.io/flaresolverr/flaresolverr @@ -200,11 +175,6 @@ services: - ${RACINE}/qbittorrent/config:/config - ${RACINE}/qbittorrent/downloads:/downloads restart: unless-stopped -# healthcheck: -# test: ["CMD-SHELL", "curl --fail http://172.22.0.1:8586/ || exit 1"] -# interval: 1m30s -# timeout: 10s -# retries: 3 networks: vpn-network: