1
0
This commit is contained in:
2026-06-12 11:50:38 +02:00
parent 5d8d51949d
commit 913e7ba387
+22
View File
@@ -723,6 +723,28 @@ services:
caddy.reverse_proxy: "{{ upstreams $QBITTORRENT_WEBUI_INTERNAL_PORT }}"
restart: unless-stopped
qui:
image: ghcr.io/autobrr/qui:latest
container_name: qui
depends_on:
- qbittorrent
volumes:
- ${DOCKER_STORAGE_PATH}/qbittorrent/qui:/config
# for automations that move/delete torrent files
- ${TORRENTS_SEED_PATH}:/seed
networks:
public:
ipv4_address: 192.168.240.71
labels:
caddy: qui.${DOMAIN_LOCAL}
caddy.reverse_proxy: "{{ upstreams 7476 }}"
environment:
QUI__AUTH_DISABLED: true
QUI__I_ACKNOWLEDGE_THIS_IS_A_BAD_IDEA: true
QUI__AUTH_DISABLED_ALLOWED_CIDRS: 192.168.240.0/24
restart: unless-stopped
# see https://github.com/FarisZR/Privacy-OCI
breezewiki:
container_name: breezewiki