Add Netbox Docker Compose files 🐳

This commit is contained in:
Damien A
2023-11-10 18:06:55 +01:00
parent 6084479d6a
commit 4c9fa076a8
19 changed files with 1170 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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_bgp"]
# PLUGINS_CONFIG = {
# "netbox_bgp": {
# ADD YOUR SETTINGS HERE
# }
# }