Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configuration options for your Fleet instance.
.env
PORT=3000 NODE_ENV=production ROOM_TTL_MINUTES=30
docker-compose.yml
services: fleet: build: . ports: - "3000:3000" environment: - NODE_ENV=production - PORT=3000 - ROOM_TTL_MINUTES=30