Updated Deployment (markdown)

allan-silverstein 2022-04-18 15:31:53 -04:00
parent b77d93a728
commit 05613c60e4

@ -1,6 +1,6 @@
**Important: Also consider [the advice about configuring NetBox for production](configuration#configure-for-production)!** **Important: Also consider [the advice about configuring NetBox for production](configuration#configure-for-production)!**
If run this image in a cluster such as Docker Swarm, Kubernetes or OpenShift, the following will come in extra handy for you. If running this image in a cluster such as Docker Swarm, Kubernetes or OpenShift, the following will come in extra handy for you.
But these techniques work equally well in the regular _docker-compose_-based approach. But these techniques work equally well in the regular _docker-compose_-based approach.
In this case, we encourage you to statically configure NetBox by starting from [NetBox's example config file][default-config], and mounting it into your container in the directory `/etc/netbox/config/` using the mechanism provided by your container platform (i.e. [Docker Swarm configs][swarm-config], [Kubernetes ConfigMap][k8s-config], [OpenShift ConfigMaps][openshift-config]). In this case, we encourage you to statically configure NetBox by starting from [NetBox's example config file][default-config], and mounting it into your container in the directory `/etc/netbox/config/` using the mechanism provided by your container platform (i.e. [Docker Swarm configs][swarm-config], [Kubernetes ConfigMap][k8s-config], [OpenShift ConfigMaps][openshift-config]).