Abhilash Raj
Abhilash Raj
**Tag/version of Container Images**: Currently, mailman-core container only runs mailman core and nothing else. However, there are some required routine jobs, typically run via cron, that are required for digests...
It seems the provided configuration doesn't work for SQLite ``` OperationalError: no such table: hyperkitty_email ERROR 2017-11-10 01:41:11,882 24 django.request Internal Server Error: / Traceback (most recent call last): File...
It looks like django_q tasks aren't running as expected and hyperkitty doesn't have updated statistics unless restarted.
The documentation steps are simple: ```bash $ docker-compose stop $ docker-compose rm $ docker pull maxking/mailman-core:$tag $ docker pull maxking/mailman-web:$tag $ docker-compose up -d ``` Make sure that you use...
More details are there in this thread[1] on [email protected]. The current instructions are mostly specific to Debian, I am not sure if they would change with distro, but there seems...
The *hack* to make sure that the database is available before trying to make connection to it doesn't work sometimes. Especially when there are characters that bash treats as special...
Currently the docker-test.yml generated for testing uses the full image url, this can potentially be an old valid image in the registry and may end up pulling up, making the...
While it is good to have a setup compatible with some services on host, if people are willing to use the containers, it would be great to provide a setup...
As per the comment in Django's settings.py, it would be nice to have COMPRESS_OFFLINE=True and an additional `python manage.py compress` added to the entrypoint script.