Skip to content

Commit

Permalink
chore: docker compose - mount netbox_diode_plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
  • Loading branch information
mfiedorowicz committed Feb 16, 2024
1 parent 6c8425f commit da1245e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions diode-server/docker/diode/netbox_diode_plugin
1 change: 1 addition & 0 deletions diode-server/docker/docker-compose.netbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
interval: 15s
test: "curl -f http://localhost:8080/api/ || exit 1"
volumes:
- ./diode/netbox_diode_plugin:/opt/netbox/netbox/netbox_diode_plugin:rw
- ./netbox/configuration:/etc/netbox/config:z,ro
- netbox-media-files:/opt/netbox/netbox/media:rw
- netbox-reports-files:/opt/netbox/netbox/reports:rw
Expand Down
8 changes: 4 additions & 4 deletions diode-server/docker/netbox/configuration/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# 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_diode_plugin"]

# PLUGINS_CONFIG = {
# "netbox_bgp": {
# ADD YOUR SETTINGS HERE
# }
# "netbox_diode_plugin": {
#
# }
# }

0 comments on commit da1245e

Please sign in to comment.