huginn/docker
2018-02-10 11:46:39 +01:00
..
multi-process chmod g=u .env.example for Docker 2017-10-11 11:29:29 -05:00
scripts Update ruby to 2.5 in manual installation guide and in docker containers 2018-02-10 11:46:39 +01:00
single-process chmod g=u .env.example for Docker 2017-10-11 11:29:29 -05:00
test Fix Docker testing README for better GitHub readability 2017-12-29 14:15:32 -08:00
README.md Replace cantino/huginn* with huginn/huginn* 2017-05-17 21:18:50 +02:00

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.