This commit is contained in:
2025-12-24 11:40:18 +01:00
parent 14ba01f51b
commit 3a939bd601
6 changed files with 100 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ services:
- "5678:5678"
volumes:
- ./n8n-data:/home/node/.n8n
- ./n8n-scripts:/home/node/scripts
environment:
- N8N_HOST=${N8N_HOST:-localhost}
- N8N_PORT=5678