LeRobot-Arena / docker-compose.yml
blanchon's picture
Mostly UI Update
18b0fa5
raw
history blame contribute delete
398 Bytes
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