mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
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
|
||||
# See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins
|
||||
|
||||
# PLUGINS = ["netbox_bgp"]
|
||||
PLUGINS = ["netbox_topology_views"]
|
||||
|
||||
# PLUGINS_CONFIG = {
|
||||
# "netbox_bgp": {
|
||||
|
|
|
|||
1
plugin_requirements.txt
Normal file
1
plugin_requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
netbox-topology-views
|
||||
Loading…
Reference in a new issue