add debian/postfix version

This commit is contained in:
Nico Schottelius 2024-10-16 21:50:38 +09:00
parent 59ea4d14b6
commit 952eb8b545
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
FROM debian:12.7
RUN apt-get update && apt-get install -y postfix && rm -rf /var/lib/apt/lists/*
RUN postconf maillog_file=/dev/stdout

View file

@ -12,6 +12,7 @@
- maybe later?
** PROGRESS Define where/how to save mails
- /data would be fitting
- database as an option - that might require its own pvc
** PROGRESS Add db support (?) or not?
- all file based could be very easy
- restarts are usually fine