remove gluetun
This commit is contained in:
@@ -10,39 +10,39 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /home/ccalifice/docker-data/qbittorrent/config:/config
|
- /home/ccalifice/docker-data/qbittorrent/config:/config
|
||||||
- /mnt/servarr/data:/data
|
- /mnt/servarr/data:/data
|
||||||
#ports:
|
ports:
|
||||||
# - "8181:8181"
|
- "8181:8181"
|
||||||
# - "40848:40848"
|
- "40848:40848"
|
||||||
# - "40848:40848/udp"
|
- "40848:40848/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: "service:gluetun"
|
# network_mode: "service:gluetun"
|
||||||
depends_on:
|
# depends_on:
|
||||||
gluetun:
|
# gluetun:
|
||||||
condition: service_started
|
# condition: service_started
|
||||||
labels:
|
labels:
|
||||||
komodo.skip:
|
komodo.skip:
|
||||||
|
|
||||||
|
|
||||||
gluetun:
|
# gluetun:
|
||||||
image: qmcgaw/gluetun:latest
|
# image: qmcgaw/gluetun:latest
|
||||||
container_name: gluetun_qbittorrent
|
# container_name: gluetun_qbittorrent
|
||||||
cap_add:
|
# cap_add:
|
||||||
- NET_ADMIN
|
# - NET_ADMIN
|
||||||
- NET_RAW
|
# - NET_RAW
|
||||||
environment:
|
# environment:
|
||||||
- VPN_SERVICE_PROVIDER=custom
|
# - VPN_SERVICE_PROVIDER=custom
|
||||||
- VPN_TYPE=wireguard
|
# - VPN_TYPE=wireguard
|
||||||
- WIREGUARD_ENDPOINT_IP=85.209.92.53
|
# - WIREGUARD_ENDPOINT_IP=85.209.92.53
|
||||||
- WIREGUARD_ENDPOINT_PORT=51822
|
# - WIREGUARD_ENDPOINT_PORT=51822
|
||||||
- WIREGUARD_PUBLIC_KEY=/rw71EjmWXGLftrUp/AgZ9RgKYc/5wh//yFtluq4L2A=
|
# - WIREGUARD_PUBLIC_KEY=/rw71EjmWXGLftrUp/AgZ9RgKYc/5wh//yFtluq4L2A=
|
||||||
- WIREGUARD_PRIVATE_KEY=wEePWTLpMDYd0Fuqzef40q8ggyActNdt7veVWOaxiV8=
|
# - WIREGUARD_PRIVATE_KEY=wEePWTLpMDYd0Fuqzef40q8ggyActNdt7veVWOaxiV8=
|
||||||
- WIREGUARD_PRESHARED_KEY=0b+TB4RdPWMhcu44/sOd2lJrHNIAheddnE54OqOyrZQ=
|
# - WIREGUARD_PRESHARED_KEY=0b+TB4RdPWMhcu44/sOd2lJrHNIAheddnE54OqOyrZQ=
|
||||||
- WIREGUARD_ADDRESSES=10.8.0.4/32
|
# - WIREGUARD_ADDRESSES=10.8.0.4/32
|
||||||
- TZ=America/Sao_Paulo
|
# - TZ=America/Sao_Paulo
|
||||||
ports:
|
# ports:
|
||||||
- 8181:8181
|
# - 8181:8181
|
||||||
- 40848:40848
|
# - 40848:40848
|
||||||
- 40848:40848/udp
|
# - 40848:40848/udp
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
labels:
|
# labels:
|
||||||
komodo.skip:
|
# komodo.skip:
|
||||||
Reference in New Issue
Block a user