- IDLE_PAUSE_SECONDS replaces IDLE_TIMEOUT_MINUTES - Container stays running, physics pauses when idle - No restart mechanism needed - Remove wakeup service (no longer needed)
9 lines
325 B
Plaintext
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
|