- Notifications
You must be signed in to change notification settings - Fork3.1k
Support no Docker proxy by env VIRTUAL_UPSTREAM#1477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
TimvdEijnden commentedJan 25, 2021
@jwilder@lemker@benchonaut Why isn't this being added? This adds support to proxy containers using
|
sausix commentedFeb 5, 2021
I was just about to implement this and found it as open PR. I'm also running the proxy on Some container ports can also be mapped to host's @ccpaging Great work. But indentation is messed up. |
guysoft commentedJan 19, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Any idea why Home Assistant needs --net=host? |
prashker commentedDec 29, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
From HomeAssistant Docker page:
So it does notneed it, and I am kind of getting desperate so I don't mind turning it off once my home is properly configured, but I do like the auto-discovery functionality. For reference for anyone from the future:Traefik explains how it handles this scenario. |
@TimvdEijnden@sausix@prashker we're working on making |
If set env as below:
The default.conf's upstream sections is:
VIRTUAL_HOST and VIRTUAL_UPSTREAM can be used in nginx-proxy container or any other fake container.
VIRTUAL_HOST do not support multiple hosts.
VIRTUAL_UPSTREAM support multiple address and deli with comma ','.