Self hosted n8n server using docker compose and traefik.
This template uses Traefik (https://traefik.io/), an edge router and reverse proxy written in Go.
To start, make sure to configure your Traefik instance or remove some Traefik-related configs in your docker compose file.
When using Traefik, you can easily deploy using https://github.com/Nuxify/traefik-setup.
Refer to official N8N site: https://docs.n8n.io/
-
Create .env file from .env.example and assign the environment variables
cp .env.example .env
-
Up the n8n container
make up
Made with ❤️ at Nuxify