take seerr outta vpn and add nomadnet to nix

This commit is contained in:
2026-04-07 18:59:44 -04:00
parent 5fc2d21405
commit ec27991b23
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -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