mirror of
https://github.com/mlan/docker-kopano.git
synced 2025-05-01 13:09:37 +00:00
- Fixed the Apache runit script, using the new `setup-runit.sh` script. Stopping the parent process now also stops all child processes. Using the quiet option, Apache does not flood the logs anymore. - Added support of the environment variable `LMTP_LISTEN=*:2003`, due to misconfiguration of `kopano-dagent` in recent releases (8.7.84). - Simplified the health check. - Changed repository directory structure to a more general one. - Renamed some build variables, e.g., `DOCKER_RUNSV_DIR` (was `docker_build_runit_root`). - Cleaning up `Makefile` - Added more debug functionality in `demo/Makefile`
18 lines
361 B
Bash
18 lines
361 B
Bash
COMPOSE_PROJECT_NAME=demo
|
|
SYSLOG_LEVEL=7
|
|
MAIL_DOMAIN=example.com
|
|
MAIL_SRV=mx
|
|
DKIM_SELECTOR=default
|
|
LDAP_BASE=dc=example,dc=com
|
|
LDAP_USEROU=users
|
|
LDAP_USEROBJ=posixAccount
|
|
LDAP_USERFLT=
|
|
LDAP_GROUPOU=groups
|
|
LDAP_GROUPOBJ=posixGroup
|
|
LDAP_TEST_USER=demo
|
|
LDAP_TEST_PASSWD=demo
|
|
MYSQL_ROOT_PASSWORD=secret
|
|
MYSQL_DATABASE=kopano
|
|
MYSQL_USER=kopano
|
|
MYSQL_PASSWORD=secret
|