James Jeffers 60fb8e8e08 3344 Adds keys for repositories. | 11 miesięcy temu | |
---|---|---|
.. | ||
multi-process | 7 miesięcy temu | |
scripts | 7 miesięcy temu | |
single-process | 1 rok temu | |
test | 1 rok temu | |
README.md | 7 lat temu | |
mysql.env | 6 lat temu | |
postgres.env | 6 lat temu | |
secrets.env | 6 lat temu |
Huginn is packaged in two docker images.
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.
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.