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.5@sha256:6a665f19c2d123dd9063ac61345cbc377d9238e66bb3964a6b8ec29a21b3416d 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