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