Rip out Traefik
This commit is contained in:
@@ -2,12 +2,12 @@ service: app
|
||||
image: dhh/app
|
||||
servers:
|
||||
web_chicago:
|
||||
traefik: true
|
||||
proxy: true
|
||||
hosts:
|
||||
- 1.1.1.1
|
||||
- 1.1.1.2
|
||||
web_tokyo:
|
||||
traefik: true
|
||||
proxy: true
|
||||
hosts:
|
||||
- 1.1.1.3
|
||||
- 1.1.1.4
|
||||
|
||||
2
test/fixtures/deploy_with_extensions.yml
vendored
2
test/fixtures/deploy_with_extensions.yml
vendored
@@ -1,6 +1,6 @@
|
||||
|
||||
x-web: &web
|
||||
traefik: true
|
||||
proxy: true
|
||||
|
||||
service: app
|
||||
image: dhh/app
|
||||
|
||||
@@ -8,14 +8,14 @@ servers:
|
||||
- 1.1.1.2
|
||||
env:
|
||||
ROLE: "web"
|
||||
traefik: true
|
||||
proxy: true
|
||||
web_tokyo:
|
||||
hosts:
|
||||
- 1.1.1.3
|
||||
- 1.1.1.4
|
||||
env:
|
||||
ROLE: "web"
|
||||
traefik: true
|
||||
proxy: true
|
||||
workers:
|
||||
cmd: bin/jobs
|
||||
hosts:
|
||||
3
test/fixtures/deploy_with_proxy.yml
vendored
3
test/fixtures/deploy_with_proxy.yml
vendored
@@ -14,9 +14,6 @@ builder:
|
||||
arch: amd64
|
||||
|
||||
proxy:
|
||||
enabled: true
|
||||
hosts:
|
||||
- "1.1.1.1"
|
||||
deploy_timeout: 6s
|
||||
|
||||
accessories:
|
||||
|
||||
2
test/fixtures/deploy_workers_only.yml
vendored
2
test/fixtures/deploy_workers_only.yml
vendored
@@ -2,7 +2,7 @@ service: app
|
||||
image: dhh/app
|
||||
servers:
|
||||
workers:
|
||||
traefik: false
|
||||
proxy: false
|
||||
hosts:
|
||||
- 1.1.1.1
|
||||
- 1.1.1.2
|
||||
|
||||
Reference in New Issue
Block a user