Updated Using Netbox Plugins (markdown)

Sami Nieminen
2025-07-16 17:43:46 +03:00
parent 5d0998cbe9
commit 1591936226

@@ -40,6 +40,8 @@ RUN DEBUG="true" SECRET_KEY="dummydummydummydummydummydummydummydummydummydummy"
```
> NOTE: This `SECRET_KEY` is only used during the installation. There's no need to change it.
> NOTE: If your plugins call for any static files, remember to add another `COPY configuration/custom-plugins.py /etc/netbox/config/custom-plugins.py` line to config.
### `docker-compose.override.yml`
As its name implies, this file can contain configuration overrides for `docker-compose.yml`
@@ -99,6 +101,8 @@ docker compose build --no-cache
docker compose up -d
```
> NOTE: If you have issues with your plugins installing, you can see build output with command: `docker compose --progress plain build --no-cache`
Your new custom NetBox Docker image has been created and is now running, with the required plugins installed.
# Troubleshooting