mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-18 11:49:46 +02:00
Updated Using Netbox Plugins (markdown)
@@ -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
|
||||
|
Reference in New Issue
Block a user