services: app: build: . ports: - "5173:5173" volumes: - .:/app - /app/node_modules environment: - CHOKIDAR_USEPOLLING=true command: npm run dev server: build: . ports: - "3001:3001" volumes: - .:/app - /app/node_modules command: node game-server.js