ajout du compose de rutorrent #90

Merged
Ghost merged 2 commits from narol-new_compose into master 2021-08-15 17:24:00 +02:00
Showing only changes of commit 439c39361d - Show all commits

View File

@ -0,0 +1,25 @@
## Discord Plex FR : https://discord.gg/ERpYMqS
## Version 2021-08-13
version: "2.1"
services:
rutorrent:
image: crazymax/rtorrent-rutorrent:latest
container_name: rutorrent
environment:
- PUID=1033 # Utiliser la commande (en SSH) : id NOM_UTILISATEUR
- PGID=100 # Utiliser la commande (en SSH) : id NOM_UTILISATEUR
- TZ=Europe/Paris
volumes:
- /volume1/docker/rutorrent/data:/data
- /volume1/docker/rutorrent/passwd:/passwd
- /volume1/torrent:/downloads
ports:
- 8077:8080 # WebUI Utiliser un autre port si le port par defaut est deja pris sur votre hote
- 8017:8000
- 9017:9000
- 50000:50000
- 6881:6881/udp
restart: unless-stopped
# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur
# labels:
# - com.centurylinklabs.watchtower.enable=true