LeRobot-Arena / docker-compose.yml
blanchon's picture
Fix hf by merging both service
c764bfc
raw
history blame
399 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