This update introduces containerization for the game server, adding a multi-stage Dockerfile and a Docker Compose configuration. The new setup includes a Redis service for state management and an ngrok service for easy tunnel access, alongside optimized production images using Node.js 22-alpine. This ensures consistent development environments and simplifies the deployment process. It works on my machine

Added Docker and Docker Compose support for streamlined game server deployment - lws803/agent-battle