refactor: unify HTTP API and WebSocket ports in docker-compose configuration

This commit is contained in:
MayaTheShy
2026-02-20 04:13:51 -05:00
parent 5aec3df3b3
commit b8cd239597

View File

@@ -6,12 +6,10 @@ services:
dockerfile: Dockerfile
container_name: turtle-server
ports:
- "4200:3001" # HTTP API
- "3002:3002" # WebSocket
- "4200:3001" # HTTP API + WebSocket (unified)
environment:
- NODE_ENV=production
- PORT=3001
- WS_PORT=3002
restart: unless-stopped
networks:
- turtle-network