feat: INITIAL COMMIT

This commit is contained in:
2026-05-19 15:32:05 +02:00
commit 537b594e0d
13 changed files with 1446 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
services:
code-canvas-generator:
build: .
container_name: code-canvas-generator
ports:
- "8080:8080"
environment:
PORT: "8080"
MAX_DATA_BYTES: "8192"
MAX_CODE_SIZE: "4096"
MAX_MARGIN: "2000"
restart: unless-stopped