zokradonh / kopano-docker

Unofficial Kopano Docker images for all Kopano services.
MIT License
59 stars 37 forks source link

add a wrapper around docker-compose to make running this project even more flexible #84

Closed fbartels closed 5 years ago

fbartels commented 5 years ago

The moodle project includes a wrapper that checks if certain settings have been set as env variables (e.g. postgres vs. mysql) and then passes through the file option more and more compose files to docker-compose.

this would make the following things quite easy to implement: ask admin if ldap with demo users should be used ask admin if an empty ldap should be started ask admin if webapp/z-push/restapi should be started

https://github.com/moodlehq/moodle-docker/blob/master/bin/moodle-docker-compose

fbartels commented 5 years ago

While the above still seems like a nice to have, the general idea can already be achieved by https://github.com/zokradonh/kopano-docker/commit/3257107c89487732e1c9492999e8acbceef38aa7