2022-06-24 16:45:57 -07:00
|
|
|
version: "3"
|
|
|
|
services:
|
|
|
|
qbittorrent:
|
|
|
|
image: linuxserver/qbittorrent
|
2022-07-13 13:35:56 -07:00
|
|
|
container_name: qbittorrent_qbittorrent
|
|
|
|
logging:
|
|
|
|
driver: loki
|
|
|
|
options:
|
|
|
|
loki-url: http://localhost:3100/loki/api/v1/push
|
|
|
|
loki-batch-size: "50"
|
|
|
|
loki-retries: "1"
|
|
|
|
loki-timeout: "2s"
|
2022-07-14 15:22:44 -07:00
|
|
|
keep-file: "true"
|
2022-06-24 16:45:57 -07:00
|
|
|
networks:
|
|
|
|
- web
|
|
|
|
restart: "no"
|
2022-06-24 17:12:13 -07:00
|
|
|
volumes:
|
|
|
|
- $DOCKER_DATA:/config
|
|
|
|
- $TORRENT_DATA:/torrenting
|
2022-06-24 16:45:57 -07:00
|
|
|
env_file:
|
|
|
|
- .env
|
|
|
|
ports:
|
2022-06-24 17:25:36 -07:00
|
|
|
- 50000:50000
|
2022-06-24 16:45:57 -07:00
|
|
|
labels:
|
|
|
|
- traefik.http.routers.qbt.rule=Host(`qbt.jafner.net`)
|
|
|
|
- traefik.http.routers.qbt.tls.certresolver=lets-encrypt
|
2022-07-15 10:56:20 -07:00
|
|
|
#- traefik.http.routers.qbt.middlewares=
|
2022-07-12 01:04:31 -07:00
|
|
|
- traefik.http.services.qbt.loadbalancer.server.port=8080
|
2022-07-13 19:49:54 -07:00
|
|
|
# - traefik.http.routers.qbt.priority=10
|
|
|
|
# - traefik.http.routers.qbt-auth.rule=Host(`qbt.jafner.net`) && PathPrefix(`/outpost.goauthentik.io/`)
|
|
|
|
# - traefik.http.routers.qbt-auth.priority=15
|
|
|
|
# - traefik.http.routers.qbt-auth.service=authentik-auth@file
|
2022-06-24 16:45:57 -07:00
|
|
|
|
|
|
|
networks:
|
|
|
|
web:
|
|
|
|
external: true
|