Files
kamal/test/fixtures/deploy_with_group_strategy.yml
2023-04-14 12:46:14 +01:00

18 lines
202 B
YAML

service: app
image: dhh/app
servers:
web:
- "1.1.1.1"
- "1.1.1.2"
workers:
- "1.1.1.3"
- "1.1.1.4"
registry:
username: user
password: pw
boot:
group_limit: 3
group_wait: 2