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

27 lines
360 B
YAML

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