Skip to content
Snippets Groups Projects
Commit 003aff36 authored by Mart van Santen's avatar Mart van Santen
Browse files

Add SMTP to kratos

parent e0bacf07
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!57Resolve "Add login panel CI/CD to create (docker) image"
# This Dockerfile is only used for testing CI/CD testing and is not used in
# production.
FROM oryd/kratos:latest
ENV DSN=postgres://postgres:postgres@postgres:5432/postgres
COPY identity.default.schema.json /etc/config/identity.default.schema.json
COPY kratos.yaml /etc/config/kratos.yaml
COPY kratos.yaml /etc/config/kratos/kratos.yml
courier:
smtp:
from_address: no-reply@lightmoon.net
from_address: no-reply@example.com
courier.smtp.connection_uri: smtp://smtp:smtp@smtp.example.com:25/
identity:
default_schema_url: file:///etc/config/identity.default.schema.json
log:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment