Initial commit

This commit is contained in:
2026-02-12 17:31:08 -03:00
commit a92e2f7024
10 changed files with 637 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
# Registry image for mifi PostfixAdmin stack.
# config.local.php reads all sensitive/configurable values from ENV (PFA_*); no bind mount needed.
ARG PFA_VERSION=latest
FROM postfixadmin:${PFA_VERSION}
COPY conf/config.local.php /var/www/html/config.local.php
LABEL org.opencontainers.image.source="https://git.mifi.dev/mifi-holdings/mail-postfixadmin"