fix add smtp settings

This commit is contained in:
Simon Larsen 2022-11-10 12:07:37 +00:00
parent f35d9cffe8
commit d5272f28e4
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
22 changed files with 35 additions and 2 deletions

View File

@ -12,6 +12,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -12,6 +12,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -1 +1 @@
ONEUPTIME_SECRET=e73a8e620ca067f53a00282e
ONEUPTIME_SECRET=ae60cf8f0cec2df8d05aaf0b

View File

@ -16,6 +16,7 @@ RUN apk update && apk add --no-cache --virtual .gyp python3 make g++
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -8,6 +8,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -12,6 +12,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -16,6 +16,7 @@ RUN apk update && apk add --no-cache --virtual .gyp python3 make g++
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -16,6 +16,7 @@ RUN apk update && apk add --no-cache --virtual .gyp python3 make g++
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -8,6 +8,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -16,6 +16,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -12,6 +12,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -16,6 +16,7 @@ RUN apk update && apk add --no-cache --virtual .gyp python3 make g++
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -16,6 +16,7 @@ RUN apk update && apk add --no-cache --virtual .gyp python3 make g++
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -12,6 +12,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -1 +1,7 @@
PORT={{ .Env.MAIL_PORT }}
PORT={{ .Env.MAIL_PORT }}
SMTP_USERNAME={{ .Env.SMTP_USERNAME }}
SMTP_PASSWORD={{ .Env.SMTP_PASSWORD }}
SMTP_PORT={{ .Env.SMTP_PORT }}
SMTP_EMAIL={{ .Env.SMTP_EMAIL }}
SMTP_FROM_NAME={{ .Env.SMTP_FROM_NAME }}
SMTP_IS_SECURE={{ .Env.SMTP_IS_SECURE }}

View File

@ -12,6 +12,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -12,6 +12,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
#SET ENV Variables
ENV PRODUCTION=true

View File

@ -12,6 +12,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -15,6 +15,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -12,6 +12,7 @@ RUN apk update && apk add bash && apk add curl
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -16,6 +16,7 @@ RUN apk update && apk add --no-cache --virtual .gyp python3 make g++
SHELL ["/bin/bash", "-c"]
RUN npm install typescript -g
RUN npm install ts-node -g
RUN npm install nodemon -g
RUN mkdir /usr/src

View File

@ -73,4 +73,12 @@ AIRTABLE_API_KEY=
AIRTABLE_BASE_ID=
TOKEN_SECRET={{ .Env.ENCRYPTION_SECRET }}
# SMTP SETTINGS
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_PORT=
SMTP_EMAIL=
SMTP_FROM_NAME=
SMTP_IS_SECURE=
# Ingress Certificate