Files
infra/12_torrent/docker-compose.yml
T

236 lines
7.0 KiB
YAML

services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
restart: unless-stopped
ports:
- 8085:8090
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
- WEBUI_PORT=8090
- DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent
volumes:
- /home/docker/BitDen/config:/config
- /mnt/bindmounts/multimedia/Downloads:/downloads
labels:
- traefik.enable=true
- traefik.docker.network=tan-network
- traefik.http.routers.qbittorrent.rule=Host(`torrent.luckyden.org`)
- traefik.http.routers.qbittorrent.entrypoints=websecure
- traefik.http.routers.qbittorrent.tls.certresolver=cloudflare
- traefik.http.routers.qbittorrent.service=qbittorrent
- traefik.http.services.qbittorrent.loadbalancer.server.port=8090
networks:
tan-network:
ipv4_address: 10.10.0.120
neko:
image: ghcr.io/m1k1o/neko/firefox:latest
restart: unless-stopped
shm_size: 2gb
ports:
- 8787:8080
volumes:
- /home/docker/BrowDen/firefox:/home/neko/.mozilla/firefox
environment:
- NEKO_WEBRTC_EPR=52000-52100
- NEKO_WEBRTC_ICELITE=1
- NEKO_WEBRTC_NAT1TO1=192.168.0.9
- NEKO_MEMBER_MULTIUSER_USER_PASSWORD=${NEKO_USER_PASS}
- NEKO_MEMBER_MULTIUSER_ADMIN_PASSWORD=${NEKO_ADMIN_PASS}
labels:
- traefik.enable=true
- traefik.docker.network=tan-network
- traefik.http.routers.neko.rule=Host(`neko.luckyden.org`)
- traefik.http.routers.neko.entrypoints=websecure
- traefik.http.routers.neko.tls.certresolver=cloudflare
- traefik.http.routers.neko.service=neko
- traefik.http.services.neko.loadbalancer.server.port=8080
networks:
tan-network:
ipv4_address: 10.10.0.121
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
restart: unless-stopped
ports:
- 9696:9696
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- /home/docker/ProwDen/config:/config
labels:
- traefik.enable=true
- traefik.docker.network=tan-network
- traefik.http.routers.prowlarr.rule=Host(`prowlarr.luckyden.org`)
- traefik.http.routers.prowlarr.entrypoints=websecure
- traefik.http.routers.prowlarr.tls.certresolver=cloudflare
- traefik.http.routers.prowlarr.service=prowlarr
- traefik.http.services.prowlarr.loadbalancer.server.port=9696
networks:
tan-network:
ipv4_address: 10.10.0.122
jackett:
image: lscr.io/linuxserver/jackett:latest
restart: unless-stopped
environment:
- FLARESOLVERR_URL=http://127.0.0.1:8191
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
- AUTO_UPDATE=true
volumes:
- /home/docker/ProwDen/jackett/config:/config
- /home/docker/ProwDen/jackett/downloads:/downloads
networks:
tan-network:
ipv4_address: 10.10.0.123
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:latest
restart: unless-stopped
environment:
- TZ=Europe/Paris
- LOG_LEVEL=info
networks:
tan-network:
ipv4_address: 10.10.0.124
radarr:
image: lscr.io/linuxserver/radarr:latest
restart: unless-stopped
ports:
- 7878:7878
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- /home/docker/RadDen/config:/config
- /mnt/bindmounts/multimedia/Médias:/movies
- /mnt/bindmounts/multimedia/Downloads:/downloads
labels:
- traefik.enable=true
- traefik.docker.network=tan-network
- traefik.http.routers.radarr.rule=Host(`radarr.luckyden.org`)
- traefik.http.routers.radarr.entrypoints=websecure
- traefik.http.routers.radarr.tls.certresolver=cloudflare
- traefik.http.routers.radarr.service=radarr
- traefik.http.services.radarr.loadbalancer.server.port=7878
networks:
tan-network:
ipv4_address: 10.10.0.125
sonarr:
image: lscr.io/linuxserver/sonarr:latest
restart: unless-stopped
ports:
- 8989:8989
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- /home/docker/SonDen/config:/config
- /mnt/bindmounts/multimedia/Médias:/tv
- /mnt/bindmounts/multimedia/Downloads:/downloads
labels:
- traefik.enable=true
- traefik.docker.network=tan-network
- traefik.http.routers.sonarr.rule=Host(`sonarr.luckyden.org`)
- traefik.http.routers.sonarr.entrypoints=websecure
- traefik.http.routers.sonarr.tls.certresolver=cloudflare
- traefik.http.routers.sonarr.service=sonarr
- traefik.http.services.sonarr.loadbalancer.server.port=8989
networks:
tan-network:
ipv4_address: 10.10.0.126
seerr:
image: ghcr.io/seerr-team/seerr:latest
restart: unless-stopped
init: true
ports:
- 5055:5055
environment:
- LOG_LEVEL=debug
- TZ=Europe/Paris
volumes:
- /home/docker/DenRequest/config:/app/config
labels:
- traefik.enable=true
- traefik.docker.network=tan-network
- traefik.http.routers.seerr.rule=Host(`jellyseerr.luckyden.org`)
- traefik.http.routers.seerr.entrypoints=websecure
- traefik.http.routers.seerr.tls.certresolver=cloudflare
- traefik.http.routers.seerr.service=seerr
- traefik.http.services.seerr.loadbalancer.server.port=5055
networks:
tan-network:
ipv4_address: 10.10.0.127
tdarr:
image: ghcr.io/haveagitgat/tdarr:latest
restart: unless-stopped
ports:
- 8265:8265
- 8266:8266
environment:
- TZ=Europe/Paris
- PUID=1000
- PGID=1000
- UMASK_SET=002
- serverIP=0.0.0.0
- serverPort=8266
- webUIPort=8265
- auth=true
- authSecretKey=${RENDEN_SECRET_KEY}
- apiKey=${RENDEN_API_KEY}
- internalNode=true
- inContainer=true
- ffmpegVersion=6
- nodeName=RenDen_node
- NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=all
volumes:
- /home/docker/RenDen/server:/app/server
- /home/docker/RenDen/configs:/app/configs
- /home/docker/RenDen/logs:/app/logs
- /mnt/bindmounts/multimedia/Médias/Séries:/media/séries
- /mnt/bindmounts/multimedia/Médias/Films:/media/films
- /mnt/bindmounts/multimedia/Médias/Animes:/media/animes
- /mnt/bindmounts/multimedia/Médias/Animations:/media/animations
- /mnt/bindmounts/multimedia/Médias/Animes Jeunesse:/media/animes jeunesse
- /tmp/tdarr/transcodes:/temp
devices:
- /dev/dri:/dev/dri
labels:
- traefik.enable=true
- traefik.docker.network=tan-network
- traefik.http.routers.tdarr.rule=Host(`tdarr.luckyden.org`)
- traefik.http.routers.tdarr.entrypoints=websecure
- traefik.http.routers.tdarr.tls.certresolver=cloudflare
- traefik.http.routers.tdarr.service=tdarr
- traefik.http.services.tdarr.loadbalancer.server.port=8265
networks:
tan-network:
ipv4_address: 10.10.0.128
networks:
tan-network:
external: true