2023-08-24 14:50:53 +00:00
|
|
|
ARG ALPINE_VERSION=3.18.3
|
|
|
|
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
2021-10-03 23:19:00 +00:00
|
|
|
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
2024-06-21 15:21:51 +00:00
|
|
|
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
2020-09-04 13:19:00 +00:00
|
|
|
|
|
|
|
ENV SRS_DOMAIN sutty.nl
|
|
|
|
ENV SRS_SECRET /etc/postsrsd.secret
|
|
|
|
|
|
|
|
RUN apk add --no-cache postsrsd
|
|
|
|
COPY ./monit.conf /etc/monit.d/postsrsd.conf
|
|
|
|
COPY ./postsrsd.sh /usr/local/bin/postsrsd
|
|
|
|
|
|
|
|
EXPOSE 10001
|
|
|
|
EXPOSE 10002
|