version: '3.4' services: netbox: image: netbox:latest-plugins ports: - 8000:8080 build: context: . 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