Files
OSIT-Mailman3/core
Abhilash Raj c110bb1d01 Add a docker compose configuration and mailman-web
This commit adds a lot of new code including the mailman's web
frontend. It includes a configuration file which can later be
configured to run required configs.

Also, the docker-compose file spins off the containers, sets up
appropriate volumes and links.
2017-03-29 16:30:25 -07:00
..
2017-03-28 17:10:34 -07:00

Mailman3 Core Docker Image

To run this container, you need a valid configuration at /opt/mailman/mailman.cfg on your host. When you spawn off this container, you must mount /opt/mailman to the container. Mailman's var directory will also be stored here so that it can persist across different sessions and containers.

It is not advised to run multiple mailman processes on the same host sharing the same /opt/mailman directory as this will almost certainly be dangerous.