27 lines
688 B
YAML
27 lines
688 B
YAML
services:
|
|
qbt-nuno:
|
|
image: lscr.io/linuxserver/qbittorrent:latest
|
|
container_name: qbt-nuno
|
|
restart: unless-stopped
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Europe/Lisbon
|
|
- WEBUI_PORT=8080
|
|
volumes:
|
|
- qbt_nuno_config:/config
|
|
- /mnt/truenas/common/nuno/downloads:/downloads
|
|
networks:
|
|
- traefik
|
|
labels:
|
|
- "traefik.enable=true"
|
|
- "traefik.http.routers.qbt-nuno.rule=Host(`qbt-nuno.lan.krilio.net`)"
|
|
- "traefik.http.routers.qbt-nuno.tls.certresolver=cloudflare"
|
|
- "traefik.http.services.qbt-nuno.loadbalancer.server.port=8080"
|
|
|
|
volumes:
|
|
qbt_nuno_config:
|
|
|
|
networks:
|
|
traefik:
|
|
external: true
|