Update compose.yaml

This commit is contained in:
2025-07-09 10:44:45 +00:00
parent 357ba6315d
commit d2bcf6b796

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:7999 - REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:9902
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:4999 - REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:9901
- REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011 - REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011
container_name: aalai-beta-Demo container_name: aalai-beta-Demo
stdin_open: true stdin_open: true
tty: true tty: true
ports: ports:
- "8300:80" - "8400:80"
volumes: volumes:
- ./app:/app - ./app:/app