take seerr outta vpn and add nomadnet to nix
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
|||||||
- 3333:3333 # bitmagnet API and WebUI port
|
- 3333:3333 # bitmagnet API and WebUI port
|
||||||
- 3334:3334/tcp # bitmagnet BitTorrent ports
|
- 3334:3334/tcp # bitmagnet BitTorrent ports
|
||||||
- 3334:3334/udp # bitmagnet BitTorrent ports
|
- 3334:3334/udp # bitmagnet BitTorrent ports
|
||||||
- 5055:5055 # seerr
|
# - 5055:5055 # seerr
|
||||||
# - 8112:8112 # Deluge
|
# - 8112:8112 # Deluge
|
||||||
# - 6881:6881 # Deluge
|
# - 6881:6881 # Deluge
|
||||||
# - 6881:6881/udp # Deluge
|
# - 6881:6881/udp # Deluge
|
||||||
@@ -152,8 +152,9 @@ services:
|
|||||||
image: ghcr.io/seerr-team/seerr:latest
|
image: ghcr.io/seerr-team/seerr:latest
|
||||||
init: true
|
init: true
|
||||||
container_name: seerr
|
container_name: seerr
|
||||||
network_mode: "service:vpn"
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 5055:5055
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=debug
|
||||||
|
|||||||
@@ -31,6 +31,7 @@
|
|||||||
vscodium-fhs
|
vscodium-fhs
|
||||||
ansible_2_18
|
ansible_2_18
|
||||||
usbutils
|
usbutils
|
||||||
|
python313Packages.nomadnet
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user