Files
kamal/test/fixtures/deploy_with_boot_strategy.yml
2023-05-02 13:11:31 +02: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