Files
kamal/test/fixtures/deploy_primary_web_role_override.yml
Donal McBreen f4d309c5cc Rip out Traefik
2024-09-16 16:44:55 +01:00

23 lines
338 B
YAML

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