Custom Docker image including our Twitch node and other dependencies
we use in our n8n workflows such as curl
, chromium
, and so on.
You can use this image to self-host n8n.
To do so, you can follow the official n8n instructions
replacing the n8nio/n8n
image references with codelytvtech/n8n-custom-image
.
We publish this image in Docker Hub following the very same n8n versions.
This repository automatically checks on a daily basis for new stable releases of n8n.
If there is a new version, it will build and push a new image to Docker Hub.
You can see how it is done in the check-n8n-new-release
workflow.
However, if you want to manually trigger this process, you can do it by executing the build and push workflow specifying the n8n version you want to upgrade to. The manually specified version must match a released n8n version.