mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-17 11:21:04 +02:00
Remove build from netbox-worker and netbox-housekeeping as this just cause the same image to be build multiple times woth only one used by the containers
@ -55,14 +55,8 @@ services:
|
|||||||
dockerfile: Dockerfile-Plugins
|
dockerfile: Dockerfile-Plugins
|
||||||
netbox-worker:
|
netbox-worker:
|
||||||
image: netbox:latest-plugins
|
image: netbox:latest-plugins
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile-Plugins
|
|
||||||
netbox-housekeeping:
|
netbox-housekeeping:
|
||||||
image: netbox:latest-plugins
|
image: netbox:latest-plugins
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile-Plugins
|
|
||||||
```
|
```
|
||||||
## Step 3 - Enable plugins in the configuration
|
## Step 3 - Enable plugins in the configuration
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user