version: "3.7" services: app_proxy: environment: APP_HOST: qbittorrent_server_1 APP_PORT: 8080 PROXY_AUTH_ADD: "false" server: image: hotio/qbittorrent:release-4.6.6@sha256:2b5a50d4ea444c55c4192d07f15b9edee71c5008eee0f6314e6be53c4ac677b1 environment: - PUID=1000 - PGID=1000 # - UMASK=002 volumes: - ${APP_DATA_DIR}/data/config:/config # /app/qBittorrent/downloads is the default path set in qBittorrent - ${UMBREL_ROOT}/data/storage/downloads:/app/qBittorrent/downloads restart: on-failure