Fix remaining migration scripts and remove initdb/flushdb from manage.py

This commit is contained in:
kaiyou
2017-09-17 11:55:12 +02:00
parent 829e4a5e28
commit a96478c496
5 changed files with 70 additions and 62 deletions

View File

@@ -29,34 +29,24 @@ HOSTNAME=mail.mailu.io
# Postmaster local part (will append the main mail domain)
POSTMASTER=admin
# Docker-compose project name, this will prepended to containers names.
COMPOSE_PROJECT_NAME=mailu
# Default password scheme used for newly created accounts and changed passwords
# (value: SHA512-CRYPT, SHA256-CRYPT, MD5-CRYPT, CRYPT)
PASSWORD_SCHEME=SHA512-CRYPT
# Choose how secure connections will behave (value: letsencrypt, cert, notls)
TLS_FLAVOR=cert
###################################
# Optional features
###################################
# Choose which frontend Web server to run if any (value: nginx, traefik, none)
# Choose which frontend Web server to run if any (value: traefik, none)
FRONTEND=none
# Choose how secure connections will behave (value: letsencrypt, cert, notls)
TLS_FLAVOR=cert
# Choose which webmail to run if any (values: roundcube, rainloop, none)
WEBMAIL=none
# Expose the admin interface in publicly (values: yes, no)
EXPOSE_ADMIN=no
# Dav server implementation (value: radicale, none)
WEBDAV=none
# Antivirus solution (value: none, clamav)
ANTIVIRUS=clamav
# Antivirus solution (value: clamav, none)
ANTIVIRUS=none
###################################
# Mail settings
@@ -85,15 +75,16 @@ DMARC_RUA=admin
DMARC_RUF=admin
###################################
# Nginx settings
# Advanced settings
###################################
# Docker-compose project name, this will prepended to containers names.
COMPOSE_PROJECT_NAME=mailu
# Default password scheme used for newly created accounts and changed passwords
# (value: SHA512-CRYPT, SHA256-CRYPT, MD5-CRYPT, CRYPT)
PASSWORD_SCHEME=SHA512-CRYPT
# SSL DHPARAM Bits
NGINX_SSL_DHPARAM_BITS=2048
###################################
# Developers
###################################
# Uncomment this to enable debugging globally
# DEBUG=True