vishnoisuresh / netbox-kubernetes

Kubernetes manifest resources for Netbox. All Images are pulled from docker hub.
20 stars 28 forks source link

Heads Up: Netbox Docker changes how HTTP content is served #9

Open cimnine opened 3 years ago

cimnine commented 3 years ago

I would like to inform you that we will change how Netbox Docker server HTTP traffic in the next version. Instead of nginx serving static content and forwarding all dynamic content to gunicorn, we'll be using Nginx Unit to do both.

This means one less container and should overall simplify the deployment.

Please see https://github.com/netbox-community/netbox-docker/pull/361 for reference.