WEB_logistics/docker-compose.yaml
2024-12-22 20:07:49 +05:00

14 lines
275 B
YAML

version: '3.8'
services:
react-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "5003:3000"
environment:
- CHOKIDAR_USEPOLLING=true
- REACT_APP_LOGISTICS_API_URL=your_api_url
- REACT_APP_API_KEY=your_react_app_api_key