Spaces:
Running
Running
File size: 398 Bytes
18b0fa5 3aea7c6 c764bfc 3aea7c6 18b0fa5 3aea7c6 c764bfc 18b0fa5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
version: "3.8"
services:
lerobot-arena:
build: .
ports:
- "7860:7860" # FastAPI server serving both frontend and backend
environment:
- NODE_ENV=production
# volumes:
# # Optional: Mount local development files for debugging
# - ./src-python:/home/user/app/src-python
# - ./static-frontend:/home/user/app/static-frontend
restart: unless-stopped
|