rewrite host and remove external networks

This commit is contained in:
2026-01-29 19:44:38 +01:00
parent c2d99b9cd6
commit ebff535602
9 changed files with 22 additions and 34 deletions

View File

@@ -12,9 +12,10 @@ services:
- 9696:9696
restart: unless-stopped
extra_hosts:
- transmission:192.168.2.200
- qbittorrent:192.168.2.200
- jackett:192.168.2.200
- radarr:192.168.2.200
- sonarr:192.168.2.200
- lidarr:192.168.2.200
- "transmission:${HOST_IP}"
- "qbittorrent:${HOST_IP}"
- "jackett:${HOST_IP}"
- "prowlarr:${HOST_IP}"
- "radarr:${HOST_IP}"
- "sonarr:${HOST_IP}"
- "lidarr:${HOST_IP}"