github maxking/docker-mailman v0.1.1
Release 0.1.1

latest releases: v0.4.6, v0.4.5, v0.4.4...
6 years ago

Changes

This update brings a slew of improvements to the way the containers work and a lot of work has gone into making the mailman-web container more easier to use with automatic creation of admin user and settup of the default domain.

Most notable changes are:

  • Now you MUST specify SECRET_KEY environment variable that Django uses. The default value was removed to make sure people set a different value for each installation

  • Hyperkitty has been updated to latest 1.1.1 release

  • Mailman-web image has been moved to alpine 3.6 base image form Debain

Please see the NEWS file for a complete list of changes that has gone into this release.

Upgrading to v0.1.1

Automatic upgrade to v0.1.1 might fail for some people mostly because of the absence of SECRET_KEY environment variable. If was done so that people actually change this value and not keep using the default value across different installations.

Uwsgi (WSGI Server interfacing Django and Web Server) now listens on two separate ports, 8000 (http) and 8080 (uwsgi). Switching to uwsgi protocol increases the performance and is supported on Apache and Nginx web servers.

Also, thanks to all the contributors who spent their valuable time reporting issues and providing patches for Documentation, images and anything else!

Don't miss a new docker-mailman release

NewReleases is sending notifications on new releases.