mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-02 18:50:11 +08:00
qbit
This commit is contained in:
parent
ffaaf3b149
commit
a3098a3090
1 changed files with 5 additions and 13 deletions
|
@ -4,7 +4,7 @@ services:
|
||||||
image: ghcr.io/cross-seed/cross-seed:6
|
image: ghcr.io/cross-seed/cross-seed:6
|
||||||
container_name: cross-seed
|
container_name: cross-seed
|
||||||
volumes:
|
volumes:
|
||||||
- cross-seed_config:/config
|
- /home/fern/docker/data/qbittorrent/cross-seed/config:/config
|
||||||
- /media:/media
|
- /media:/media
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
@ -17,7 +17,7 @@ services:
|
||||||
image: ghcr.io/moleculekayak/fertilizer:latest
|
image: ghcr.io/moleculekayak/fertilizer:latest
|
||||||
container_name: fertilizer
|
container_name: fertilizer
|
||||||
volumes:
|
volumes:
|
||||||
- qbittorrent_config:/torrents:ro
|
- /home/fern/docker/data/qbittorrent/qbittorrent/config:/torrents:ro
|
||||||
- /media:/media
|
- /media:/media
|
||||||
environment:
|
environment:
|
||||||
- OPS_KEY=${OPS_KEY}
|
- OPS_KEY=${OPS_KEY}
|
||||||
|
@ -35,7 +35,7 @@ services:
|
||||||
qbittorrent_gluetun:
|
qbittorrent_gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
- qbittorrent_config:/config
|
- /home/fern/docker/data/qbittorrent/qbittorrent/config:/config
|
||||||
- /media:/media
|
- /media:/media
|
||||||
environment:
|
environment:
|
||||||
- WEBUI_PORT=8080
|
- WEBUI_PORT=8080
|
||||||
|
@ -54,7 +54,7 @@ services:
|
||||||
image: qmcgaw/gluetun
|
image: qmcgaw/gluetun
|
||||||
container_name: qbittorrent_gluetun
|
container_name: qbittorrent_gluetun
|
||||||
volumes:
|
volumes:
|
||||||
- qbittorrent_gluetun_auth:/gluetun/auth
|
- /home/fern/docker/data/qbittorrent/gluetun/auth:/gluetun/auth
|
||||||
environment:
|
environment:
|
||||||
- VPN_SERVICE_PROVIDER=protonvpn
|
- VPN_SERVICE_PROVIDER=protonvpn
|
||||||
- VPN_TYPE=wireguard
|
- VPN_TYPE=wireguard
|
||||||
|
@ -104,7 +104,7 @@ services:
|
||||||
image: elforkhead/mamapi:latest
|
image: elforkhead/mamapi:latest
|
||||||
container_name: qbittorrent_mamapi
|
container_name: qbittorrent_mamapi
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/docker/qbittorrent_mamapi/data:/data
|
- /home/fern/docker/data/qbittorrent/mamapi/data:/data
|
||||||
network_mode: service:qbittorrent_gluetun
|
network_mode: service:qbittorrent_gluetun
|
||||||
environment:
|
environment:
|
||||||
TZ: Australia/Perth
|
TZ: Australia/Perth
|
||||||
|
@ -117,11 +117,3 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
media:
|
media:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
|
||||||
qbittorrent_config:
|
|
||||||
name: qbittorrent_config
|
|
||||||
qbittorrent_gluetun_auth:
|
|
||||||
name: qbittorrent_gluetun_auth
|
|
||||||
cross-seed_config:
|
|
||||||
name: cross-seed_config
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue