mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
Refactor netbox service in docker-compose.override.yml to simplify comments and remove unused environment variables
This commit is contained in:
parent
8c03918b2b
commit
eb8c90c9bb
|
|
@ -5,12 +5,9 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-plugins
|
||||
# optionaler lokaler Name statt Upstream-Tag:
|
||||
# lokaler Name statt Upstream-Tag:
|
||||
image: netbox-plugins:local
|
||||
pull_policy: never
|
||||
# Plugins in NetBox aktivieren
|
||||
environment:
|
||||
PLUGINS: "netbox_topology_views,netbox_lifecycle,netbox_plugin_prometheus_sd,netbox_qrcode"
|
||||
ports:
|
||||
- "8000:8080"
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in a new issue