diff --git a/docker-compose.yml b/docker-compose.yml index 2d4c714..3454a1e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: