Files
kamal/test/fixtures/deploy_with_boot_strategy.yml
2024-08-29 20:16:34 +01:00

18 lines
190 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:
limit: 3
wait: 2