Spaces:
Running
Running
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 | |