Compare commits

...

2 Commits

Author SHA1 Message Date
b2b4e0826c Update compose.yaml 2025-07-11 07:23:55 +00:00
e7868171f0 Update compose.yaml 2025-07-11 05:13:48 +00:00

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: aalaiMongoDemoTwo
stdin_open: true stdin_open: true
tty: true tty: true
ports: ports:
- "8400:80" - "8500:80"
volumes: volumes:
- ./app:/app - ./app:/app