Fixed issue with gluetun network integration: Jellyfin media automation stack
This commit is contained in:
@@ -53,6 +53,9 @@ services:
|
||||
- /mnt/media/downloads:/downloads
|
||||
ports:
|
||||
- 8989:8989
|
||||
networks:
|
||||
- default
|
||||
- gluetun_net
|
||||
restart: unless-stopped
|
||||
|
||||
radarr:
|
||||
@@ -68,6 +71,9 @@ services:
|
||||
- /mnt/media/downloads:/downloads
|
||||
ports:
|
||||
- 7878:7878
|
||||
networks:
|
||||
- default
|
||||
- gluetun_net
|
||||
restart: unless-stopped
|
||||
|
||||
lidarr:
|
||||
@@ -83,6 +89,9 @@ services:
|
||||
- /mnt/media/downloads:/downloads
|
||||
ports:
|
||||
- 8686:8686
|
||||
networks:
|
||||
- default
|
||||
- gluetun_net
|
||||
restart: unless-stopped
|
||||
|
||||
# ─── Request Management ───────────────────────
|
||||
@@ -97,6 +106,9 @@ services:
|
||||
- ./config/jellyseerr:/app/config
|
||||
ports:
|
||||
- 5055:5055
|
||||
networks:
|
||||
- default
|
||||
- gluetun_net
|
||||
restart: unless-stopped
|
||||
|
||||
# ─── Media Server ─────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user