services: game-server: build: context: . dockerfile: Dockerfile container_name: pixel-paint-server-prod restart: unless-stopped ports: - "3001:3000" environment: - NODE_ENV=production