Merge branch 'main' of https://git.joeac.net/joeac/joeac.net
This commit is contained in:
+4
-3
@@ -23,12 +23,13 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: smtp.Dockerfile
|
dockerfile: smtp.Dockerfile
|
||||||
args:
|
args:
|
||||||
LOCAL_SMTP_PORT: $LOCAL_SMTP_PORT
|
SMTP_PORT: 2500
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
SMTP_PORT: $LOCAL_SMTP_PORT
|
SMTP_PORT: 2500
|
||||||
SMTP_PASSWORD: $LOCAL_SMTP_PORT
|
SMTP_USER: smtp
|
||||||
|
SMTP_PASSWORD: smtp
|
||||||
REMOTE_SMTP_PASSWORD_FILE: /run/secrets/remote_smtp_password
|
REMOTE_SMTP_PASSWORD_FILE: /run/secrets/remote_smtp_password
|
||||||
secrets:
|
secrets:
|
||||||
- remote_smtp_password
|
- remote_smtp_password
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
FROM git.joeac.net/joeac/armv7/msmtp:1.8.32-alpine3.23
|
FROM git.joeac.net/joeac/armv7/msmtp:1.8.32-alpine3.23
|
||||||
RUN apk --no-cache add gettext gnutls
|
RUN apk --no-cache add gettext gnutls
|
||||||
ARG LOCAL_SMTP_PORT
|
ARG SMTP_PORT
|
||||||
EXPOSE $LOCAL_SMTP_PORT
|
EXPOSE $SMTP_PORT
|
||||||
COPY smtp/.msmtprc ./
|
COPY smtp/.msmtprc ./
|
||||||
|
|||||||
Reference in New Issue
Block a user