Update compose.yaml

This commit is contained in:
2025-07-11 05:13:48 +00:00
parent 5d40139e95
commit e7868171f0

View File

@@ -4,13 +4,13 @@ services:
context: ./app context: ./app
dockerfile: Dockerfile dockerfile: Dockerfile
args: args:
- REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:9902 - REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:5666
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:9901 - REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:6555
- REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011 - REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011
container_name: aalaiDemoTwo container_name: aalaiDemoTwo
stdin_open: true stdin_open: true
tty: true tty: true
ports: ports:
- "8400:80" - "8500:80"
volumes: volumes:
- ./app:/app - ./app:/app