Merge branch 'main' of https://git.joeac.net/joeac/joeac.net
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
capsule:
|
capsule:
|
||||||
image: git.joeac.net/joeac/capsule
|
image: git.joeac.net/joeac/joeac.net-capsule
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: capsule.Dockerfile
|
dockerfile: capsule.Dockerfile
|
||||||
@@ -8,7 +8,7 @@ services:
|
|||||||
- "1965:1965"
|
- "1965:1965"
|
||||||
|
|
||||||
website:
|
website:
|
||||||
image: git.joeac.net/joeac/website
|
image: git.joeac.net/joeac/joeac.net-website
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: website.Dockerfile
|
dockerfile: website.Dockerfile
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
- "8000:4321"
|
- "8000:4321"
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
image: git.joeac.net/joeac/smtp
|
image: git.joeac.net/joeac/joeac.net-smtp
|
||||||
build:
|
build:
|
||||||
context: smtp
|
context: smtp
|
||||||
args:
|
args:
|
||||||
|
|||||||
@@ -24,15 +24,6 @@ EXPOSE 4321
|
|||||||
ARG LOCAL_SMTP_HOST
|
ARG LOCAL_SMTP_HOST
|
||||||
ARG LOCAL_SMTP_PASSWORD
|
ARG LOCAL_SMTP_PASSWORD
|
||||||
ARG LOCAL_SMTP_PORT
|
ARG LOCAL_SMTP_PORT
|
||||||
#ENV LOCAL_SMTP_ENVELOPE_FROM=$LOCAL_SMTP_ENVELOPE_FROM \
|
|
||||||
#ENV LOCAL_SMTP_USER=$LOCAL_SMTP_USER \
|
|
||||||
#LOCAL_SMTP_HOST=$LOCAL_SMTP_HOST \
|
|
||||||
#LOCAL_SMTP_PASSWORD=$LOCAL_SMTP_PASSWORD \
|
|
||||||
# LOCAL_SMTP_PORT=$LOCAL_SMTP_PORT \
|
|
||||||
# REMOTE_SMTP_HOST=$REMOTE_SMTP_HOST \
|
|
||||||
# REMOTE_SMTP_PORT=$REMOTE_SMTP_PORT \
|
|
||||||
# REMOTE_SMTP_USER=$REMOTE_SMTP_USER \
|
|
||||||
# MAX_DAILY_EMAILS=$MAX_DAILY_EMAILS
|
|
||||||
|
|
||||||
RUN npm run build && rm -rf public src
|
RUN npm run build && rm -rf public src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user