add topology-view to plugins-image build
This commit is contained in:
parent
f1ca9ab7eb
commit
10b861621c
4
Dockerfile-Plugins
Normal file
4
Dockerfile-Plugins
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
FROM netboxcommunity/netbox:latest
|
||||||
|
COPY ./plugin_requirements.txt /opt/netbox/
|
||||||
|
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /opt/netbox/plugin_requirements.txt
|
||||||
|
|
@ -4,7 +4,7 @@
|
|||||||
# To learn how to build images with your required plugins
|
# To learn how to build images with your required plugins
|
||||||
# See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins
|
# See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins
|
||||||
|
|
||||||
# PLUGINS = ["netbox_bgp"]
|
PLUGINS = ["netbox_topology_views"]
|
||||||
|
|
||||||
# PLUGINS_CONFIG = {
|
# PLUGINS_CONFIG = {
|
||||||
# "netbox_bgp": {
|
# "netbox_bgp": {
|
||||||
|
1
plugin_requirements.txt
Normal file
1
plugin_requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
netbox-topology-views
|
Reference in New Issue
Block a user