n8n Docker image with apk package manager for installing additional dependencies.
- Build the image:
docker compose build- Start the container:
docker compose up -d- Access n8n at
http://localhost:5678
Edit .env to customize:
HOST- Domain/hostnamePORT- Port to access n8nWEBHOOK_URL- Webhook URLTZ- Timezone
./volumes/data- n8n data./volumes/local- Local files for workflows