Some checks failed
Deploy to Docker / deploy (push) Failing after 33s
Switch Docker base image from node:22-alpine to Playwright Noble for in-container Chromium support. Add persistent cache volume for schematics. New files: schematics browser, cache, Java block ID mapping. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
377 B
YAML
18 lines
377 B
YAML
services:
|
|
mc-ai-bridge:
|
|
build: .
|
|
container_name: mc-ai-bridge
|
|
ports:
|
|
- "3001:3001" # Minecraft WebSocket
|
|
- "3002:3002" # MCP SSE transport
|
|
environment:
|
|
- WS_PORT=3001
|
|
- MCP_PORT=3002
|
|
- NODE_ENV=production
|
|
volumes:
|
|
- schematic-cache:/app/cache
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
schematic-cache:
|