diff --git a/radarr-docker-compose.yml b/radarr-docker-compose.yml new file mode 100644 index 0000000..8c957e8 --- /dev/null +++ b/radarr-docker-compose.yml @@ -0,0 +1,15 @@ +version: "3.7" +services: + radarr: + container_name: radarr + image: linuxserver/radarr:4.1.0 + volumes: + - /mnt/docker_volumes/radarr/config:/config + - /mnt/pokecenter/Media/Movies:/movies + - /mnt/pokecenter/Downloads/SABNzbd/downloads:/downloads + ports: + - 7878:7878 + environment: + - TZ=Europe/London + - NODE_ENV=production + restart: unless-stopped \ No newline at end of file