mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
16 lines
279 B
YAML
16 lines
279 B
YAML
services:
|
|
netbox:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile-plugins
|
|
image: netbox-plugins:v4.4-3.4.0
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8000:8080"
|
|
|
|
netbox-worker:
|
|
restart: unless-stopped
|
|
|
|
netbox-housekeeping:
|
|
restart: unless-stopped
|