mirror of
https://github.com/FAUSheppy/monitoring-tools
synced 2026-04-26 14:42:30 +02:00
feat: split imap monitoring into k3s & legacy
This commit is contained in:
12
Dockerfile.smtp_check
Normal file
12
Dockerfile.smtp_check
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache py3-pip
|
||||
|
||||
WORKDIR /app
|
||||
RUN python3 -m pip install --no-cache-dir --break-system-packages requests PyYaml
|
||||
|
||||
COPY check_smtp_imap.py .
|
||||
|
||||
EXPOSE 5000/tcp
|
||||
ENTRYPOINT ["python"]
|
||||
CMD ["check_smtp_imap.py"]
|
||||
Reference in New Issue
Block a user