Update stack downloads-vpn #96

Merged
NightPumpkin merged 17 commits from evo-readme-stackdl into master 2021-08-19 10:59:58 +02:00
Showing only changes of commit 12499be20c - Show all commits

View File

@ -1,37 +1,8 @@
## Discord Plex FR : https://discord.gg/ERpYMqS
## Version 2021-08-17
##
## NOTE : ATTENTION NE PAS BASCULER SUR L'IMAGE CRAZYMAX AVEC LES FICHIERS DE
## VOTRE ANCIENNE CONFIG LINUXSERVER/RUTORRENT
## Voir : https://blog.thelazyfox.xyz/docker-linuxserver-rutorrent-deprecated-what-i-have-done/
## Pour une aide à l'installation, consulter le README
##
##
## Dans le fichier .env, modifier les variables PUID/GUID avec vos ID
## Plus d'info : https://www.forum-nas.fr/viewtopic.php?f=56&t=13213
## Modifier également la variable "RACINE" qui doit indiquer le chemin racine
## Dans ce dossier ( par defaut downloads-vpn ) il doit y avoir l'arborescence suivante :
##
## downloads-vpn ---- vpn ------------ config
## | |_ scripts
## |
## |-- rutorrent ------ data
## | |_ passwd
## | |_ downloads
## |
## |-- prowlarr ------- config
## |
## |-- sonarr --------- config
## | |_ downloads
## |
## |-- radarr --------- config
## | |_ downloads
## |
## |-- jackett -------- config
## |
## |-- qbitorrent ----- config
## | |_ downloads
##
version: '3.2'
services:
@ -63,7 +34,7 @@ services:
- 9117:9117 # WebUI jackett
- 7878:7878 # WebUI radarr
- 8989:8989 # WebUI sonarr
- 8191:8191 #flaresolver
- 8191:8191 # Flaresolver
- 8080:8080 # WebUI rutorrent crazymax
- 9696:9696 # WebUI prowlarr
devices:
@ -79,7 +50,7 @@ services:
rtorrent-rutorrent:
image: crazymax/rtorrent-rutorrent:latest
container_name: rutorrent-crazymax
container_name: rutorrent
# labels:
# - com.centurylinklabs.watchtower.enable=true
# - autoheal=true
@ -121,8 +92,6 @@ services:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
# - DOCKER_MODS=ghcr.io/gilbn/theme.park:prowlarr
# - TP_THEME=space-gray
volumes:
- ${RACINE}/prowlarr/config:/config
restart: unless-stopped