move smtp/Dockerfile to smtp.Dockerfile

This commit is contained in:
2026-06-22 22:55:34 +01:00
parent d3e832f064
commit c07f55e8d4
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ services:
smtp: smtp:
image: git.joeac.net/joeac/joeac.net-smtp image: git.joeac.net/joeac/joeac.net-smtp
build: build:
context: smtp context: .
dockerfile: smtp.Dockerfile
args: args:
LOCAL_SMTP_PORT: 2500 LOCAL_SMTP_PORT: 2500
env_file: env_file:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM git.joeac.net/joeac/armv7/msmtp:1.8.32-alpine3.23 FROM git.joeac.net/joeac/armv7/msmtp:1.8.32-alpine3.23
ARG LOCAL_SMTP_PORT ARG LOCAL_SMTP_PORT
EXPOSE $LOCAL_SMTP_PORT EXPOSE $LOCAL_SMTP_PORT
COPY .msmtprc ./ COPY smtp/.msmtprc ./