Dominik Sander: d791ecc379 Write supervisor socked to /dev/shm in multi process docker file 8 years ago
..
multi-process d791ecc379 Write supervisor socked to /dev/shm in multi process docker file 8 years ago
scripts 754aaca032 Build single-process docker image based on the current workdir without cloning from github 8 years ago
single-process 079be0b447 Update docker documentation and compose examples 8 years ago
README.md fc2ec36894 Typo in link 8 years ago

README.md

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.