Files
kamal/test/fixtures/deploy_with_roles.yml
2024-09-16 16:44:58 +01:00

20 lines
278 B
YAML

service: app
image: dhh/app
servers:
web:
- 1.1.1.1
- 1.1.1.2
workers:
hosts:
- 1.1.1.3
- 1.1.1.4
env:
REDIS_URL: redis://x/y
registry:
server: registry.digitalocean.com
username: user
password: pw
builder:
arch: amd64
readiness_timeout: 1