mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
* Another requirements file for pip to process * Install the plugins requirements alongside the other python modules * Build the netbox-plugin-dns plugin into our container images
14 lines
330 B
Python
14 lines
330 B
Python
# Add your plugins and plugin settings here.
|
|
# Of course uncomment this file out.
|
|
|
|
# To learn how to build images with your required plugins
|
|
# See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins
|
|
|
|
PLUGINS = ["netbox_dns"]
|
|
|
|
# PLUGINS_CONFIG = {
|
|
# "netbox_bgp": {
|
|
# ADD YOUR SETTINGS HERE
|
|
# }
|
|
# }
|