first commit

This commit is contained in:
2025-09-11 14:00:33 +08:00
parent 3898c312d5
commit 20bf2449e0
31 changed files with 1390 additions and 476 deletions

19
docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
version: '3.8'
services:
n8n-guide:
build: .
container_name: n8n-guide
ports:
- "8000:8000"
volumes:
- .:/app
restart: unless-stopped
environment:
- PYTHONUNBUFFERED=1
networks:
- n8n-guide-network
networks:
n8n-guide-network:
driver: bridge