feat: initial commit

This commit is contained in:
devilreef 2026-01-22 16:26:39 +06:00
commit 1b81917307
17 changed files with 1565 additions and 0 deletions

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
services:
blockyserver:
build: .
ports:
- "8080:8080"
volumes:
- ./assets:/app/assets:ro
- ./data:/app/data:ro
restart: unless-stopped