This commit is contained in:
2026-06-15 00:54:37 +02:00
commit 08daa1a4ab
4 changed files with 704 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
n8n:
image: docker.n8n.io/n8nio/n8n
container_name: ${N8N}
extends:
file: ${SDK}/compose.yaml
service: service
env_file:
- ./n8n.env
restart: always
depends_on:
- ${PROXY}
ports:
- ${N8N_PORT}:${N8N_PORT}
environment:
- N8N_PORT=${N8N_PORT}
- N8N_PROTOCOL=${N8N_PROTOCOL}
- NODE_ENV=production
networks:
- ${PROXY}