Files
Dwinzo_dev/compose.yaml

25 lines
549 B
YAML
Raw Normal View History

2025-03-25 11:47:41 +05:30
services:
frontend:
build:
2025-03-25 15:07:06 +05:30
context: ./app
dockerfile: Dockerfile
2025-03-25 11:47:41 +05:30
args:
- REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:8000
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:5000
- REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011
2025-03-25 15:07:06 +05:30
container_name: dwinzo-beta
2025-03-25 11:47:41 +05:30
stdin_open: true
tty: true
ports:
- "8200:3000"
environment:
- WDS_SOCKET_PORT=0
- PORT=3000
- DOCSIFY_PORT=8201
volumes:
2025-03-25 15:07:06 +05:30
- ./app:/app
2025-03-25 11:47:41 +05:30
volumes:
frontend:
driver: local