refactor: unify HTTP API and WebSocket ports in docker-compose configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user