Initial Commit

This commit is contained in:
2025-09-08 13:57:12 +03:00
parent 190534bdf0
commit b6efa15bd9
4 changed files with 76 additions and 2 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
n8n:
build:
context: .
dockerfile: Dockerfile
image: docker.ibaraki.app/crack/n8n:latest
ports:
- "5678:5678"