huginn/docker
Dominik Sander 129f3d61c9 Merge pull request #1243 from dsander/fix-docker-mysql-connection-check
Fix mysql connection check for multi-process docker image
2016-02-04 23:49:28 +01:00
..
multi-process Merge pull request #1243 from dsander/fix-docker-mysql-connection-check 2016-02-04 23:49:28 +01:00
single-process Fix locale issue during bundle install in setup script 2016-01-24 22:09:13 +01:00
README.md made the description a little easier to understand 2016-02-02 18:04:33 +10:30

Huginn Docker images

Huginn is packaged in two docker images.

cantino/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.

cantino/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.