mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
Update installation instructions in README and add requirements-plugins file
This commit is contained in:
parent
30312e3760
commit
2f9575f293
|
|
@ -6,12 +6,10 @@
|
|||
|
||||
**Portainer UI → Stacks → Add stack → Repository**
|
||||
|
||||
* **Git repository**: Unser geforktes `netbox-docker` Repository eintragen.
|
||||
* **Repository reference**: Haupt-Branch wählen (z. B. `main`).
|
||||
* **Compose path**: `docker-compose.yml` (oder gewünschtes Compose-File) setzen.
|
||||
* **Git repository**: User forked `netbox-docker` Repository
|
||||
* **Repository reference**: main branch
|
||||
* **Compose path**: `docker-compose.yml`
|
||||
* **Enable relative path volumes**: aktivieren.
|
||||
* **Base path**: `/var/docker` setzen.
|
||||
* **Base path**: `/var/docker` als relative path setzen.
|
||||
|
||||
---
|
||||
|
||||
Weitere Schritte folgen …
|
||||
---
|
||||
4
requirements-plugins.txt
Normal file
4
requirements-plugins.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
netbox-topology-views>=4.2.0,<5.0.0
|
||||
netbox-device-lifecycle-mgmt>=1.1.0,<2.0.0
|
||||
netbox-plugin-prometheus-sd>=0.3.0,<1.0.0
|
||||
netbox-qrcode>=0.0.17,<1.0.0
|
||||
Loading…
Reference in a new issue