Files
Dwinzo_Demo/compose.yaml

17 lines
421 B
YAML
Raw Permalink Normal View History

2025-06-10 15:28:23 +05:30
services:
frontend:
build:
context: ./app
dockerfile: Dockerfile
args:
2025-07-09 10:44:45 +00:00
- REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:9902
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:9901
2025-06-11 05:09:44 +00:00
- REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011
2025-07-09 11:00:48 +00:00
container_name: aalaiDemoTwo
2025-06-10 15:28:23 +05:30
stdin_open: true
tty: true
ports:
2025-07-09 10:44:45 +00:00
- "8400:80"
2025-06-10 15:28:23 +05:30
volumes:
- ./app:/app