Nenhuma Descrição http://j1x-huginn.herokuapp.com
Dominik Sander: 95955b7b5d Fix locale issue during bundle install in setup script 8 anos atrás | ||||
---|---|---|---|---|
.. | ||||
multi-process | 3dc3a1ec9a | 8 anos atrás | ||
single-process | 95955b7b5d | 8 anos atrás | ||
README.md | 27adf10213 | 8 anos atrás |
Huginn is packaged in two docker images.
cantino/huginn
multiple process imageThis image runs all processes needed by Huginn in one container, when not database is linked it will also start MySQL internally. It is great to try huginn without having to set up anything, however maintenance and backups can be difficult.
cantino/huginn-single-process
multiple container imageThis 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.