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: