Thiago Talma 714a2309cb Update prepare il y a 5 ans
..
multi-process 52481d6451 Update README.md il y a 5 ans
scripts 714a2309cb Update prepare il y a 5 ans
single-process fb13686598 Update README.md il y a 5 ans
test 46e7a675c7 Extract database vars and source them via env_file il y a 6 ans
README.md 94d2b8ee49 Replace `cantino/huginn*` with `huginn/huginn*` il y a 7 ans
mysql.env 46e7a675c7 Extract database vars and source them via env_file il y a 6 ans
postgres.env 46e7a675c7 Extract database vars and source them via env_file il y a 6 ans
secrets.env 46e7a675c7 Extract database vars and source them via env_file il y a 6 ans

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.