Rip out Traefik
This commit is contained in:
36
test/fixtures/deploy_with_multiple_proxy_roles.yml
vendored
Normal file
36
test/fixtures/deploy_with_multiple_proxy_roles.yml
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# actual config
|
||||
service: app
|
||||
image: dhh/app
|
||||
servers:
|
||||
web:
|
||||
hosts:
|
||||
- 1.1.1.1
|
||||
- 1.1.1.2
|
||||
env:
|
||||
ROLE: "web"
|
||||
proxy: true
|
||||
web_tokyo:
|
||||
hosts:
|
||||
- 1.1.1.3
|
||||
- 1.1.1.4
|
||||
env:
|
||||
ROLE: "web"
|
||||
proxy: true
|
||||
workers:
|
||||
cmd: bin/jobs
|
||||
hosts:
|
||||
- 1.1.1.1
|
||||
- 1.1.1.2
|
||||
workers_tokyo:
|
||||
cmd: bin/jobs
|
||||
hosts:
|
||||
- 1.1.1.3
|
||||
- 1.1.1.4
|
||||
builder:
|
||||
arch: amd64
|
||||
env:
|
||||
REDIS_URL: redis://x/y
|
||||
registry:
|
||||
server: registry.digitalocean.com
|
||||
username: user
|
||||
password: pw
|
||||
Reference in New Issue
Block a user