diff --git a/docker-compose/downloadin-compose.yaml b/docker-compose/downloadin-compose.yaml index a829a73..d0fce21 100644 --- a/docker-compose/downloadin-compose.yaml +++ b/docker-compose/downloadin-compose.yaml @@ -24,11 +24,12 @@ services: - 3333:3333 # bitmagnet API and WebUI port - 3334:3334/tcp # bitmagnet BitTorrent ports - 3334:3334/udp # bitmagnet BitTorrent ports - # - 5055:5055 # seerr + # - 5055:5055 # seerr # - 8112:8112 # Deluge # - 6881:6881 # Deluge # - 6881:6881/udp # Deluge # - 58846:58846 # idk Deluge + - 7474:7474 # Autobrr restart: unless-stopped transmission: @@ -166,4 +167,20 @@ services: start_period: 20s timeout: 3s interval: 15s - retries: 3 \ No newline at end of file + retries: 3 + + autobrr: + container_name: autobrr + image: ghcr.io/autobrr/autobrr:latest + restart: unless-stopped + network_mode: "service:vpn" + user: 1000:1000 + environment: + - TZ=${TZ} + volumes: + - ${SOUPCLOWN_ETC_PATH}/autobrr/config:/config + depends_on: + vpn: + condition: service_started + restart: true + required: true \ No newline at end of file