version: "3.7" services: app_proxy: environment: APP_HOST: qbittorrent_server_1 APP_PORT: 8080 PROXY_AUTH_ADD: "false" server: image: hotio/qbittorrent:release-5.0.0@sha256:367c4d2bc6316b237f271f4826a4ce446ccd058f745b4258d25b8d4aa48e61a7 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