fix(heimdall): update volume paths and remove unused ports for multiple services
This commit is contained in:
parent
1ecaf89e60
commit
26836f8c5a
@ -19,9 +19,9 @@ services:
|
|||||||
- PGID=0
|
- PGID=0
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/pve/appdata/prowlarr/data:/config
|
- /mnt/appdata/prowlarr/data:/config
|
||||||
ports:
|
# ports:
|
||||||
- 9696:9696
|
# - 9696:9696
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
|
|||||||
@ -22,7 +22,7 @@ services:
|
|||||||
devices:
|
devices:
|
||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/pve/appdata/gluetun:/gluetun
|
- /mnt/appdata/gluetun:/gluetun
|
||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- VPN_SERVICE_PROVIDER=nordvpn
|
- VPN_SERVICE_PROVIDER=nordvpn
|
||||||
@ -45,8 +45,8 @@ services:
|
|||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
- WEBUI_PORT=8081
|
- WEBUI_PORT=8081
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/pve/appdata/qbittorrent:/config
|
- /mnt/appdata/qbittorrent/data:/config
|
||||||
- /mnt/pve/media/downloads-qbit:/downloads
|
- /mnt/media/incoming/downloads-qbit:/downloads
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
@ -21,9 +21,9 @@ services:
|
|||||||
- PGID=0
|
- PGID=0
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/pve/appdata/radarr/data:/config
|
- /mnt/appdata/radarr/data:/config
|
||||||
- /mnt/pve/media/movies:/movies
|
- /mnt/media/movies:/movies
|
||||||
- /mnt/pve/media/downloads-sab/complete/radar:/downloads
|
- /mnt/media/incoming/downloads-sab/complete/radar:/downloads
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
|
|||||||
@ -19,12 +19,12 @@ services:
|
|||||||
- PGID=0
|
- PGID=0
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/pve/appdata/sabnzbd/config:/config
|
- /mnt/appdata/sabnzbd/data:/config
|
||||||
- /mnt/pve/media/downloads-sab/complete/:/downloads
|
- /mnt/media/incoming/downloads-sab/complete/:/downloads
|
||||||
- /mnt/pve/media/downloads-sab/incomplete:/incomplete-downloads
|
- /mnt/media/incoming/downloads-sab/incomplete:/incomplete-downloads
|
||||||
- /mnt/pve/media/downloads-sab/history:/history
|
- /mnt/media/incoming/downloads-sab/history:/history
|
||||||
ports:
|
# ports:
|
||||||
- 7777:8080
|
# - 7777:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
|
|||||||
@ -21,9 +21,9 @@ services:
|
|||||||
- PGID=0
|
- PGID=0
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/pve/appdata/sonarr/data:/config
|
- /mnt/appdata/sonarr/data:/config
|
||||||
- /mnt/pve/media/tvshows:/tv
|
- /mnt/media/tvshows:/tv
|
||||||
- /mnt/pve/media/downloads-sab/complete/sonarr:/downloads
|
- /mnt/media/incoming/downloads-sab/complete/sonarr:/downloads
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
@ -19,9 +19,16 @@ services:
|
|||||||
- PGID=0
|
- PGID=0
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/arr-apps/tautulli/config:/config
|
- /mnt/appdata/tautulli/data:/config
|
||||||
ports:
|
# ports:
|
||||||
- 38181:8181
|
# - 38181:8181
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.tautulli.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.tautulli.rule=Host(`tautulli.castaldifamily.com`)"
|
||||||
|
- "traefik.http.routers.tautulli.tls=true"
|
||||||
|
- "traefik.http.routers.tautulli.tls.certresolver=cloudflare"
|
||||||
|
- "traefik.http.services.tautulli.loadbalancer.server.port=8181"
|
||||||
Loading…
x
Reference in New Issue
Block a user