env update

This commit is contained in:
2025-08-06 10:33:57 +05:30
parent 49a64062af
commit 553c0bf84c
3 changed files with 41 additions and 21 deletions

View File

@@ -4,13 +4,13 @@ services:
context: ./app
dockerfile: Dockerfile
args:
- REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:7999
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:4999
- REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:9902
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:9901
- REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011
container_name: aalai-beta-Demo
container_name: aalaiDemoTwo
stdin_open: true
tty: true
ports:
- "8300:80"
- "8400:80"
volumes:
- ./app:/app