Add more stable reverse proxy updating
This commit is contained in:
parent
95832941c0
commit
03a0b0ce00
5 changed files with 71 additions and 30 deletions
13
roles/whoami/templates/whoami_upstream.json.j2
Normal file
13
roles/whoami/templates/whoami_upstream.json.j2
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"@id": "{{ stack.name }}_upstream",
|
||||
"handle": [
|
||||
{
|
||||
"handler": "reverse_proxy",
|
||||
"upstreams": [
|
||||
{
|
||||
"dial": "{{ stack.name }}_app:80"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue