Move env to template

authelia
Jonathan Dahan 2 years ago
parent 964c06895b
commit ea3c4d9016

1
.gitignore vendored

@ -2,3 +2,4 @@ secrets/
data/
.redo
*.tmp
env.production

@ -1 +0,0 @@
DOMAIN=localhost

@ -0,0 +1,5 @@
DOMAIN=localhost
SMTP_USERNAME=admin
SMTP_HOST=localhost
SMTP_PORT=587

@ -17,7 +17,7 @@ We hope this is understandable by a single individual, after learning a bit abou
Make a backblaze B2 account for backups. Add the secrets to ./secrets/backup/.
Fill out smtp secrets for the mail server
Fill out env.template and make sure to pass it in the next command
## running
@ -30,7 +30,7 @@ To enable additional services, add their compose file to the following command
--file services/caddy.yaml \
--file services/authelia.yaml \
--file services/web.yaml \
up --build
up --build --abort-on-container-exit
## port forwarding

Loading…
Cancel
Save