Files
kamal/test/fixtures/deploy_primary_web_role_override.yml

23 lines
342 B
YAML

service: app
image: dhh/app
servers:
web_chicago:
traefik: true
hosts:
- 1.1.1.1
- 1.1.1.2
web_tokyo:
traefik: true
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
primary_role: web_tokyo