Use Environment to set email

This commit is contained in:
Oliver Hattshire 2025-10-20 12:09:11 -03:00
parent 985734f05c
commit 2d0eca7d2f
2 changed files with 2 additions and 2 deletions

1
.env Normal file
View file

@ -0,0 +1 @@
ADMIN_EMAIL=admin@example.com

View file

@ -46,5 +46,4 @@ services:
depends_on:
- reverse_proxy
environment:
#- ACME_CA_URI=https://acme-staging-v02.api.letsencrypt.org/directory # test-server
- DEFAULT_EMAIL=admin@uwu.email
- DEFAULT_EMAIL=${ADMIN_EMAIL}