Created dedicated radarr and prowlarr demo images and pushed them up to DockerHub, and updated the script to be a true one liner

This commit is contained in:
2024-03-18 15:28:05 -06:00
parent 41f1be92ee
commit 1e67bd8fa7
18 changed files with 259 additions and 57 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM lscr.io/linuxserver/radarr:latest
ENV PUID=1000
ENV PGID=1000
ENV TZ=Etc/UTC
COPY ./mock-htpc/radarr/ /config
COPY ./mock-htpc/movies /movies
COPY ./mock-htpc/films /films