add restart policy for gluetun
All checks were successful
deploy media services / deploy (push) Successful in 1m39s
All checks were successful
deploy media services / deploy (push) Successful in 1m39s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user