n8n Workflow Automation
n8n Workflow Automation
Section titled “n8n Workflow Automation”n8n serves as the primary workflow and event automation engine within the Salitech infrastructure.
Technical Specifications
Section titled “Technical Specifications”- Deployment Model: Docker Compose in
/opt/n8n - Internal Port:
5678 - Host Loopback Port:
127.0.0.1:5678 - Public Domain:
https://automation.salitech.de - Reverse Proxy: Caddy (forwarding to
127.0.0.1:5678) - Database:
unknown(internal SQLite / embedded volume or separate DB)
Operations & Maintenance
Section titled “Operations & Maintenance”Restart Service
Section titled “Restart Service”cd /opt/n8ndocker compose restartInspect Execution Logs
Section titled “Inspect Execution Logs”cd /opt/n8ndocker compose logs -f --tail=100Update Container Image
Section titled “Update Container Image”cd /opt/n8ndocker compose pulldocker compose up -d