feat: Test qbittorrent without vpn.
This commit is contained in:
16
compose.yaml
16
compose.yaml
@@ -94,11 +94,17 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./qbittorrent:/config
|
- ./qbittorrent:/config
|
||||||
- ${DATA_MOUNT}:/data
|
- ${DATA_MOUNT}:/data
|
||||||
depends_on:
|
# depends_on:
|
||||||
gluetun:
|
# gluetun:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
restart: true
|
# restart: true
|
||||||
network_mode: service:gluetun
|
# network_mode: service:gluetun
|
||||||
|
ports:
|
||||||
|
- 6881:6881/tcp # qbittorrent torrent port
|
||||||
|
- 6881:6881/udp # qbittorrent torrent port
|
||||||
|
dns:
|
||||||
|
- 1.1.1.1
|
||||||
|
- 8.8.8.8
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ping -c 1 www.google.com || exit 1
|
test: ping -c 1 www.google.com || exit 1
|
||||||
interval: 60s
|
interval: 60s
|
||||||
|
|||||||
Reference in New Issue
Block a user