Fixed issue with gluetun network integration: Jellyfin media automation stack

This commit is contained in:
2026-04-26 07:22:53 +00:00
parent 1f5f844fe3
commit b1cc215360

View File

@@ -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 ─────────────────────────────