MAJ stackdl/docker-compose
This commit is contained in:
parent
f15c31c1e0
commit
5dcea1e2cc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user