Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- gluetun:
- image: qmcgaw/gluetun
- cap_add:
- - NET_ADMIN
- devices:
- - /dev/net/tun:/dev/net/tun
- environment:
- - VPN_SERVICE_PROVIDER=custom
- - VPN_TYPE=wireguard
- - WIREGUARD_ENDPOINT_IP=
- - WIREGUARD_ENDPOINT_PORT=
- - WIREGUARD_PUBLIC_KEY=
- - WIREGUARD_PRIVATE_KEY=
- - WIREGUARD_PRESHARED_KEY=
- - WIREGUARD_ADDRESSES=
- sonarr:
- container_name: sonarr
- image: ghcr.io/hotio/sonarr
- ports:
- - "8989:8989"
- hostname: container-name.internal
- environment:
- - PUID=568
- - PGID=568
- - UMASK=002
- - TZ=Europe/Berlin
- volumes:
- - /mnt/Test/Public/Apps/Sonarr:/config
- - /mnt/Test/Public/Anime:/data
- qbittorrent:
- container_name: qbittorrent
- environment:
- - PUID=568
- - PGID=568
- - UMASK=002
- - TZ=Europe/Berlin
- - WEBUI_PORTS=8080/tcp,8080/udp
- image: ghcr.io/hotio/qbittorrent
- ports:
- - '8080:8080'
- restart: unless-stopped
- volumes:
- - /mnt/Test/Public/Apps/Qbittorrent:/config
- - /mnt/Test/Public/Anime:/media
Add Comment
Please, Sign In to add comment