Posts by BKWayne

    Running Portainer 2.11.0 on OMV 5.6.21-2

    Shared filesystem is a ZFS1 Pool


    I'm running Transmission Open VPN in its own stack, and the arr's in another stack. I was advised to make all the path mappings the same for these containers in order to do hardlinks. So right now, my container volume mappings look like

    Code
    transmission-openvpn:
        container_name: transmission
        volumes:
            - /Datapool/data/downloads:/data/downloads

    and for the arr's

    Code
    radarr:
        image: lscr.io/linuxserver/radarr
        container_name: radarr
        volumes:
            - /Datapool/data/appdata/radarr:/config
            - /Datapool/data:/data/

    Radarr and Sonarr successfully see everything in the drives. However, once they pass along anything to Transmission, it disappears. Transmission shows that it's downloading a file, and in the web ui I see the location set at "/data/downloads/completed". However, going there on my drive I cannot find the file, and I cannot fit anywhere else on the file system for that matter. So now my question is two-fold. How can I get transmission to download to /data/downloads/completed and how can I find and clear out all the other junk it's downloaded to a random space?

    All devices are connected directly to my router. Applied these settings and noticed a drop from 20MB/s to about 7MB/s. I'm getting gigabit speeds on pretty much everything outside of SMB.

    System info:

    Raspberry Pi 4 (4GB)

    Boot Disk - SanDisk 32GB UHS Class1

    External - Toshiba 2TB USB 3.0 drive

    Portainer Ver - 2.6.0


    I was following Techno Dad Life's video "Easy Automated Home Media Server: VPN, Radarr, Sonarr, Lidarr, Librarian in 10 Minutes." And using the new docker-compose file from that video.

    When I get to deploying the stack, Transmission is never created as container. All other services are in the "created" state for their containers but do not start since there is no Transmission container running. In addition, when going back to the stack, it shows "limited" and reports that the stack was not created in portainer, despite being pasted into the portainer web interface. I'm very much to OMV/Portainer so any and all help is appreaciated!


    Here is the docker-compose file