add cert-sorter, qbt and radarr containers

This commit is contained in:
=
2025-01-12 00:04:19 -05:00
parent 6489d90b9f
commit 11bb2d519e
5 changed files with 87 additions and 1 deletions

12
cert-sorter/Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM ubuntu:24.04
RUN mkdir -p /app /etc/letsencrypt /dest/1000
COPY copy.sh /app/copy.sh
RUN chmod +x /app/copy.sh
VOLUME /etc/letsencrypt
VOLUME /dest/1000
ENTRYPOINT ["/app/copy.sh"]