fix: Stockfish via npm-Paket statt Alpine apk

- stockfish als npm dependency (kein apk add nötig, portabel)
- Dockerfile: nur noch git via apk, kein stockfish
- docker-compose.yml: version-Zeile entfernt (veraltet)
- Controller auf npm-Package-API umgeschrieben (postMessage/onmessage)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Michess
2026-04-13 10:23:33 +02:00
parent 7dac042d73
commit 50464981c2
4 changed files with 77 additions and 85 deletions

View File

@@ -20,6 +20,7 @@
"nanoid": "^5.0.7",
"pg": "^8.12.0",
"socket.io": "^4.7.5",
"stockfish": "^16.0.0",
"xss": "^1.0.15"
},
"devDependencies": {