diff --git a/arc/compose.yaml b/arc/compose.yaml index 519d0cb..4c92393 100644 --- a/arc/compose.yaml +++ b/arc/compose.yaml @@ -20,17 +20,39 @@ services: - /dev/dri:/dev/dri restart: unless-stopped - unmanic: - container_name: unamic - image: josh5/unmanic:latest - ports: - - 8888:8888 - environment: - - PUID=1000 - - GUID=1000 - volumes: - - /appdata/unmanic:/config - - /mnt/download:/library - - /mnt/transcode:/tmp/unmanic + fileflows: + image: revenz/fileflows + restart: unless-stopped + ports: + - "19200:5000" devices: - - /dev/dri:/dev/dri \ No newline at end of file + - "/dev/dri:/dev/dri" + environment: + - TempPathHost=/transcode/fileflow + - TZ=Europe/Berlin + - PUID=1000 + - PGID=1000 + volumes: + - /var/run/docker.sock:/var/run/docker.sock:ro + - /transcode/fileflow:/temp + - /appdata/fileflows:/app/Data + - /tmp/fileflows:/app/Logs + - /movies:/mnt/download/movies + - /movies:/mnt/download/movies + - /shows:/mnt/download/shows + - /shows-anime:/mnt/download/shows-anime + + # unmanic: + # container_name: unamic + # image: josh5/unmanic:latest + # ports: + # - 8888:8888 + # environment: + # - PUID=1000 + # - GUID=1000 + # volumes: + # - /appdata/unmanic:/config + # - /mnt/download:/library + # - /mnt/transcode:/tmp/unmanic + # devices: + # - /dev/dri:/dev/dri \ No newline at end of file diff --git a/download/compose.yaml b/download/compose.yaml index 2aacdf2..0422694 100644 --- a/download/compose.yaml +++ b/download/compose.yaml @@ -18,9 +18,9 @@ services: - VPN_PORT_FORWARDING=on ports: # qbittorrent ports - - 5080:5080 - - 6881:6881 - - 6881:6881/udp + # - 5080:5080 + # - 6881:6881 + # - 6881:6881/udp # prowlarr ports # - 9696:9696 # sbnzbd ports @@ -53,22 +53,22 @@ services: - /mnt/configs/autobrr:/config restart: unless-stopped - qbittorrent: - image: lscr.io/linuxserver/qbittorrent:latest - container_name: qbittorrent - network_mode: service:vpn - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Berlin - - WEBUI_PORT=5080 - volumes: - - /mnt/configs/qbittorrent:/config - - /mnt/download:/downloads - depends_on: - vpn: - condition: service_healthy - restart: unless-stopped + # qbittorrent: + # image: lscr.io/linuxserver/qbittorrent:latest + # container_name: qbittorrent + # network_mode: service:vpn + # environment: + # - PUID=1000 + # - PGID=1000 + # - TZ=Europe/Berlin + # - WEBUI_PORT=5080 + # volumes: + # - /mnt/configs/qbittorrent:/config + # - /mnt/download:/downloads + # depends_on: + # vpn: + # condition: service_healthy + # restart: unless-stopped sabnzbd: image: lscr.io/linuxserver/sabnzbd:latest @@ -80,7 +80,7 @@ services: environment: - PUID=1000 - PGID=1000 - - TZ=Etc/UTC + - TZ=Europe/Berlin volumes: - /mnt/configs/sabnzbd:/config - /mnt/download:/downloads