mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-07-03 10:25:35 +02:00
Separate stacks, add ghostfolio, listmonk and qbittorrentvpn
This commit is contained in:
@ -129,20 +129,38 @@ services:
|
||||
- 8686:8686
|
||||
restart: unless-stopped
|
||||
|
||||
qbittorrent:
|
||||
image: linuxserver/qbittorrent
|
||||
container_name: qbittorrent
|
||||
qbittorrentvpn:
|
||||
image: binhex/arch-qbittorrentvpn
|
||||
container_name: qbittorrentvpn
|
||||
networks:
|
||||
- media
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TIMEZONE}
|
||||
- UMASK_SET=022
|
||||
- WEBUI_PORT=8183
|
||||
network_mode: "container:gluetun"
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TIMEZONE}
|
||||
- VPN_ENABLED=yes
|
||||
- VPN_PROV=custom
|
||||
- VPN_CLIENT=wireguard
|
||||
- ENABLE_PRIVOXY=yes
|
||||
- LAN_NETWORK=${LAN_NETWORK}
|
||||
- NAME_SERVERS=1.1.1.1, 1.0.0.1
|
||||
- WEBUI_PORT=8183
|
||||
- DEBUG=true
|
||||
- UMASK=000
|
||||
volumes:
|
||||
- ${APPS_DIR}/qbittorrent/config:/config
|
||||
- ${DATA_DIR}/downloads:/downloads
|
||||
- ${APPS_DIR}/qbittorrent/vuetorrent:/vuetorrent
|
||||
- ${APPS_DIR}/qbittorrentvpn:/config
|
||||
- ${DATA_DIR}/downloads:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 8183:8183
|
||||
- 8118:8118
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
sysctls:
|
||||
- "net.ipv4.conf.all.src_valid_mark=1"
|
||||
privileged: true
|
||||
restart: unless-stopped
|
||||
|
||||
ytdl-material:
|
||||
|
Reference in New Issue
Block a user