Files
stack/docker-compose.swarm.yml
Jason Woltje 2a9a1f1367
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix(swarm): Convert boolean env vars to strings in orchestrator service
Docker Compose/Swarm requires environment variables to be strings, not booleans.

Changes:
- KILLSWITCH_ENABLED: true -> "true"
- SANDBOX_ENABLED: true -> "true"

Fixes deployment error: 'must be a string, number or null'
2026-02-08 01:30:07 -06:00

11 KiB