Skip to content

n8n Workflow Automation

n8n serves as the primary workflow and event automation engine within the Salitech infrastructure.

Status ACTIVE
Endpoint https://automation.salitech.de
Host Directory /opt/n8n
Deployment Docker Compose
Container Name n8n
Host Binding 127.0.0.1:5678

  • 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)

Terminal window
cd /opt/n8n
docker compose restart
Terminal window
cd /opt/n8n
docker compose logs -f --tail=100
Terminal window
cd /opt/n8n
docker compose pull
docker compose up -d