Variables
Example .env
Docker Compose
Pass environment variables indocker-compose.yml:
Documentation Index
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.
.envPORT=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
