Files
py-dvt-ate/deploy/.env.example
Kai Chappell ddf2c9439d Simplify deployment - use physics pause instead of container shutdown
- IDLE_PAUSE_SECONDS replaces IDLE_TIMEOUT_MINUTES
- Container stays running, physics pauses when idle
- No restart mechanism needed
- Remove wakeup service (no longer needed)
2026-01-29 21:37:18 +00:00

9 lines
325 B
Plaintext

# Cloudflare Tunnel token
# Get this from: Cloudflare Zero Trust > Networks > Tunnels > Create > Docker
CLOUDFLARE_TUNNEL_TOKEN=your-tunnel-token-here
# Idle auto-pause (seconds)
# Physics engine pauses after this many seconds with no viewers
# CPU drops to ~0% when paused, resumes instantly on visit
IDLE_PAUSE_SECONDS=30