Dominik Sander c7c632609a Hopefully fix ruby segfault in docker with Rails 6 %!s(int64=4) %!d(string=hai) anos
..
multi-process f6e97197aa [docker] Fix mysql volume usage for new multi-process containers %!s(int64=4) %!d(string=hai) anos
scripts c7c632609a Hopefully fix ruby segfault in docker with Rails 6 %!s(int64=4) %!d(string=hai) anos
single-process 7263c3b1e0 Upgrade ubuntu versions of docker images to 18.04 %!s(int64=4) %!d(string=hai) anos
test 46e7a675c7 Extract database vars and source them via env_file %!s(int64=6) %!d(string=hai) anos
README.md 94d2b8ee49 Replace `cantino/huginn*` with `huginn/huginn*` %!s(int64=7) %!d(string=hai) anos
mysql.env 46e7a675c7 Extract database vars and source them via env_file %!s(int64=6) %!d(string=hai) anos
postgres.env 46e7a675c7 Extract database vars and source them via env_file %!s(int64=6) %!d(string=hai) anos
secrets.env 46e7a675c7 Extract database vars and source them via env_file %!s(int64=6) %!d(string=hai) anos

README.md

Huginn Docker images

Huginn is packaged in two docker images.

huginn/huginn multiple process image

This image runs all processes needed by Huginn in one container, when the database is not linked it will also start MySQL internally. This is great to try huginn without having to set up anything, however maintenance and backups can be difficult.

huginn/huginn-single-process multiple container image

This image runs just one process per container and thus needs at least two container to be started, one for the Huginn application server and one for the threaded background worker. It is also possible to every background worker in a separate container to improve the performance. See the PostgreSQL docker-compose configuration for an example.