Merge pull request #1 from CCI-MOC/release

Catching up Dev
This commit is contained in:
Hakan Saplakoglu 2022-07-06 13:20:10 -04:00 committed by GitHub
commit 20d919f01b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

7
Dockerfile-Plugins Normal file
View file

@ -0,0 +1,7 @@
FROM netboxcommunity/netbox:latest
RUN set -x \
&& source /opt/netbox/venv/bin/activate \
&& SITEDIR=$(/opt/netbox/venv/bin/python3 -c 'import site; print(site.getsitepackages()[0])') \
&& pip install netbox-topology-views \
&& cp -r $SITEDIR/netbox_topology_views/static/netbox_topology_views /opt/netbox/netbox/static/

View file

@ -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": {