Files
kamal/test/fixtures/deploy_with_only_workers.yml
Donal McBreen 8d5ed62d30 Don't allow booleans for root proxy config
Setting it to a false or true doesn't affect the config so shouldn't be
allowed. true/false are for role level configurations.

Fixes: https://github.com/basecamp/kamal/issues/1120
2025-04-18 14:25:29 +01:00

15 lines
195 B
YAML

service: app
image: dhh/app
servers:
workers:
proxy: false
hosts:
- 1.1.1.1
- 1.1.1.2
primary_role: workers
registry:
username: user
password: pw
builder:
arch: amd64