Removed NOTE for virtual env because 1.0.0 was releases
@@ -44,10 +44,8 @@ RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requi
|
||||
```
|
||||
version: '3.4'
|
||||
services:
|
||||
nginx:
|
||||
ports:
|
||||
- 8000:8080
|
||||
netbox:
|
||||
- 8000:8080
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-Plugins
|
||||
@@ -56,7 +54,6 @@ services:
|
||||
image: netbox:latest-plugins
|
||||
```
|
||||
This configuration will change the ports `NGINX` will use. It will also select the build file created in previous steps and tell the `netbox-worker` service to now use the new image (netbox:latest-plugins) that has been created.
|
||||
> NOTE: From **version 0.28.0** the Nginx container is not used anymore. The port mapping must be configured for the Netbox service.
|
||||
|
||||
## Build and Deploy
|
||||
To build and deploy this in docker two commands are required.
|
||||
|
||||
Reference in New Issue
Block a user