huginn/docker
Peng Bai c6efb548d7 Make Docker image runnable as non-root user
docker/single-process: add DOCKER_CMD environment variable to trigger
                     worker task (e.g., -e DOCKER_CMD='bin/threaded')
bin/docker_wrapper: a wrapper to chmod -R g=u
2017-10-11 11:29:28 -05:00
..
multi-process Make Docker image runnable as non-root user 2017-10-11 11:29:28 -05:00
scripts Make Docker image runnable as non-root user 2017-10-11 11:29:28 -05:00
single-process Make Docker image runnable as non-root user 2017-10-11 11:29:28 -05:00
test Make Docker image runnable as non-root user 2017-10-11 11:29:28 -05: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.