Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- gluetun:
- image: qmcgaw/gluetun
- container_name: gluetun
- hostname: gluetun
- cap_add:
- - NET_ADMIN
- devices:
- - /dev/net/tun:/dev/net/tun
- ports:
- - 6881:6881
- - 6881:6881/udp
- - 8085:8085 #qbittorrent
- - 8989:8989 #sonarr
- - 8990:8989 #sonarr-anime
- - 9696:9696 #Prowlarr
- - 7878:7878 #Radarr
- - 8686:8686 #Lidarr
- - 5055:5055 #Overseer
- - 4545:4545 #Requestrr
- # - Add all other ports required by the different apps here
- sonarr:
- image: lscr.io/linuxserver/sonarr:latest
- container_name: sonarr
- network_mode: service:gluetun
- environment:
- - PUID=1026
- - PGID=100
- - TZ=America/Denver
- volumes:
- - /volume1/docker/arr-stack/sonarr/config:/config
- - /volume1/data/media/tv/TV Shows:/TV Shows
- depends_on:
- gluetun:
- condition: service_healthy
- restart: unless-stopped
- sonarr-anime:
- image: lscr.io/linuxserver/sonarr:latest
- container_name: sonarr-anime
- network_mode: service:gluetun
- environment:
- - PUID=1026
- - PGID=100
- - TZ=America/Denver
- volumes:
- - /volume1/docker/arr-stack/sonarr-anime/config:/config
- - /volume1/data/media/tv/Japanese Anime Shows:/Japanese Anime Shows
- - /volume1/data/media/tv/Anime Shows:/Anime Shows
- depends_on:
- gluetun:
- condition: service_healthy
- restart: unless-stopped
Add Comment
Please, Sign In to add comment