Files
Dwinzo_Demo/compose.yaml

17 lines
426 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-11 05:13:48 +00:00
- REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:5666
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:6555
2025-06-11 05:09:44 +00:00
- REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011
2025-07-11 07:23:55 +00:00
container_name: aalaiMongoDemoTwo
2025-06-10 15:28:23 +05:30
stdin_open: true
tty: true
ports:
2025-07-11 05:13:48 +00:00
- "8500:80"
2025-06-10 15:28:23 +05:30
volumes:
- ./app:/app