mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-07 02:29:30 +00:00
installs panel plugin flant-statusmap-panel during provisioning
This commit is contained in:
parent
839d28df7b
commit
dc73cce440
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
tmp
|
||||
.idea/
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ services:
|
|||
- GF_SECURITY_ADMIN_USER=${ADMIN_USER:-admin}
|
||||
- GF_SECURITY_ADMIN_PASSWORD=${ADMIN_PASSWORD:-admin}
|
||||
- GF_USERS_ALLOW_SIGN_UP=false
|
||||
- GF_INSTALL_PLUGINS=flant-statusmap-panel
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue