Add docker-compose.override.yml

This commit is contained in:
Matthew Fisher 2024-08-21 10:41:12 -05:00
parent 0e86bbb17e
commit dec47084e1

View File

@ -0,0 +1,16 @@
version: '3.4' # This is NOT the version of NetBox! No need to adjust :)
services:
netbox:
image: netbox:latest-plugins
pull_policy: never
ports:
- 8000:8080
build:
context: .
dockerfile: Dockerfile-Plugins
netbox-worker:
image: netbox:latest-plugins
pull_policy: never
netbox-housekeeping:
image: netbox:latest-plugins
pull_policy: never