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

21 lines
319 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
primary_role: web_tokyo