From ec27991b234c85b9d3999d8d261967c00c856041 Mon Sep 17 00:00:00 2001 From: quinm0 Date: Tue, 7 Apr 2026 18:59:44 -0400 Subject: [PATCH] take seerr outta vpn and add nomadnet to nix --- docker-compose/downloadin-compose.yaml | 5 +++-- modules/user-quin.nix | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose/downloadin-compose.yaml b/docker-compose/downloadin-compose.yaml index 434477f..4865ee2 100644 --- a/docker-compose/downloadin-compose.yaml +++ b/docker-compose/downloadin-compose.yaml @@ -24,7 +24,7 @@ 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 @@ -152,8 +152,9 @@ services: image: ghcr.io/seerr-team/seerr:latest init: true container_name: seerr - network_mode: "service:vpn" restart: unless-stopped + ports: + - 5055:5055 environment: - TZ=${TZ} - LOG_LEVEL=debug diff --git a/modules/user-quin.nix b/modules/user-quin.nix index 9eab474..dc677b2 100644 --- a/modules/user-quin.nix +++ b/modules/user-quin.nix @@ -31,6 +31,7 @@ vscodium-fhs ansible_2_18 usbutils + python313Packages.nomadnet ]; };