Don't use this env var

We'll create the admin user ourselves.
This commit is contained in:
decentral1se 2021-05-14 15:37:58 +02:00
parent b521e818d8
commit f3c1733d2f
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ CORE_SMTP_HOST=mail_example_com_smtp # mailu smtp
CORE_SMTP_PORT=25
MAILMAN_ADMIN_EMAIL=admin@example.com
MAILMAN_ADMIN_USER=admin
SMTP_HOST=mail_example_com_smtp # mailu smtp
SMTP_PORT=25

View File

@ -50,7 +50,6 @@ services:
- DATABASE_TYPE=postgres
- HYPERKITTY_API_KEY_FILE=/run/secrets/hyperkitty_api_key
- MAILMAN_ADMIN_EMAIL
- MAILMAN_ADMIN_USER
- SECRET_KEY_FILE=/run/secrets/django_secret_key
- SERVE_FROM_DOMAIN
- SMTP_HOST