Add docker-compose.override.yml
This commit is contained in:
parent
0e86bbb17e
commit
dec47084e1
16
docker-compose.override.yml
Normal file
16
docker-compose.override.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user