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.7@sha256:ea70182af6630465329eebfe64837413ba4e2f0a042bfa4cd487f729db3b967a 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