Skip to content

V1 to V2 Docker changes #312

@wireman121

Description

@wireman121

After changing from V1 to V2, was receiving error that no arr instances. Attempted to follow the migration settings, but regardless it always seems to not work. Trying to find the correct syntax to keep everything in docker yaml. V1 below.

decluttarr:
image: ghcr.io/manimatter/decluttarr:latest
restart: unless-stopped
environment:
- TZ=America/New_York
- LOG_LEVEL=VERBOSE
- REMOVE_TIMER=30
- REMOVE_FAILED=True
- REMOVE_FAILED_IMPORTS=True
- REMOVE_METADATA_MISSING=True
- REMOVE_MISSING_FILES=True
- REMOVE_ORPHANS=True
- REMOVE_SLOW=True
- REMOVE_STALLED=True
- REMOVE_UNMONITORED=True
- PERMITTED_ATTEMPTS=48
- MIN_DOWNLOAD_SPEED=3
- RADARR_URL=http://vpn:7878
- RADARR_KEY=${RADARR_API_KEY}
- SONARR_URL=http://vpn:8989
- SONARR_KEY=${SONARR_API_KEY}
- QBITTORRENT_URL=http://vpn:8081
- QBITTORRENT_USERNAME=${TORRENT_USER}
- QBITTORRENT_PASSWORD=${TORRENT_PASSWORD}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions