James Jeffers 60fb8e8e08 3344 Adds keys for repositories. преди 11 месеца
..
multi-process 60fb8e8e08 3344 Adds keys for repositories. преди 7 месеца
scripts 057984e299 Use the lastest version of rubygems which should now be ok преди 7 месеца
single-process 0f1cd41d05 Use the official ruby image based on Ubuntu 22.04 преди 1 година
test 3dd0f0ba85 Use ghcr.io as the registry when referencing docker images преди 1 година
README.md 94d2b8ee49 Replace `cantino/huginn*` with `huginn/huginn*` преди 7 години
mysql.env 46e7a675c7 Extract database vars and source them via env_file преди 6 години
postgres.env 46e7a675c7 Extract database vars and source them via env_file преди 6 години
secrets.env 46e7a675c7 Extract database vars and source them via env_file преди 6 години

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.