Spaces:
Running
Running
| services: | |
| react: | |
| build: | |
| context: . | |
| args: | |
| - VITE_API_BASE_URL=https://aixamine.qcri.org/api/v1 | |
| - VITE_AMPLITUDE_API_KEY=${VITE_AMPLITUDE_API_KEY} | |
| restart: always | |
| ports: | |
| - 7860:7860 | |
| volumes: | |
| - ./:/app | |
| - node-modules:/app/node_modules | |
| volumes: | |
| node-modules: | |