[Feature]: option for using the host network #3146
Replies: 5 comments
-
Having the same issue here - was there any fix? |
Beta Was this translation helpful? Give feedback.
-
With the default installation and using caddy, the internal web apps only see the docker bridge address.
Now my web apps can see the real IP but this breaks access to the main coolify app itself (still have it on port 8000). Why is that so?
For having this on non http apps, would be ideal to support |
Beta Was this translation helpful? Give feedback.
-
I second this, I tried to spin up a CoTurn Docker server, and they do state that Host network is recommended as Docker does not handle many ports well like this So this feature would be amazing 🙂 |
Beta Was this translation helpful? Give feedback.
-
Same goes for Home Assistant. See #1092 |
Beta Was this translation helpful? Give feedback.
-
For your coolify-proxy container to be able to see your containers setup with Keep in mind that this will require all other containers proxied through coolify-proxy to also have |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
Summary
Add option to bind the container directly to the host network. equal to the
docker run --network host ...
ps: this option would bypass the coolify proxy, it is expected there is a custom reverse proxy setup (e.g. nginx) or that the port is meant to be directly exposed to the internet
Why should this be worked on?
In network heavy application the docker bridge network can become the main performance bottleneck.
Beta Was this translation helpful? Give feedback.
All reactions