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

Dominic 2024-06-21 21:06:36 +02:00
parent 2f0fec8a14
commit 93bedb5092

@ -55,14 +55,8 @@ services:
dockerfile: Dockerfile-Plugins
netbox-worker:
image: netbox:latest-plugins
build:
context: .
dockerfile: Dockerfile-Plugins
netbox-housekeeping:
image: netbox:latest-plugins
build:
context: .
dockerfile: Dockerfile-Plugins
```
## Step 3 - Enable plugins in the configuration