add qui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user