Update compose.yaml

This commit is contained in:
2025-06-10 10:07:26 +00:00
parent c913966339
commit 82b69477fc

View File

@@ -4,14 +4,14 @@ services:
context: ./app context: ./app
dockerfile: Dockerfile dockerfile: Dockerfile
args: args:
- REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:8000 - REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:7999
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:5000 - REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:4999
- REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011 - REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:27022
container_name: dwinzo-beta container_name: dwinzo-beta
stdin_open: true stdin_open: true
tty: true tty: true
ports: ports:
- "8200:3000" - "8300:3000"
environment: environment:
- WDS_SOCKET_PORT=0 - WDS_SOCKET_PORT=0
- PORT=3000 - PORT=3000