add restart policy for gluetun
All checks were successful
deploy media services / deploy (push) Successful in 1m39s

This commit is contained in:
Elias Ahokas
2026-03-10 20:22:15 +02:00
parent 0a00036662
commit f92e6c5bf0

View File

@@ -51,18 +51,19 @@ services:
network_mode: "service:gluetun"
restart: unless-stopped
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Helsinki
volumes:
- /var/lib/z420/sonarr_data:/config
- /mnt/data:/data
network_mode: "service:gluetun"
restart: unless-stopped
#automation scuffed.. will be fixed soon
#sonarr:
# image: lscr.io/linuxserver/sonarr:latest
# container_name: sonarr
# environment:
# - PUID=1000
# - PGID=1000
# - TZ=Europe/Helsinki
# volumes:
# - /var/lib/z420/sonarr_data:/config
# - /mnt/data:/data
# network_mode: "service:gluetun"
# restart: unless-stopped
radarr:
image: lscr.io/linuxserver/radarr:latest
@@ -80,6 +81,7 @@ services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
restart: unless-stopped
cap_add:
- NET_ADMIN
devices: