installs panel plugin flant-statusmap-panel during provisioning

This commit is contained in:
Leon Morten Richter 2022-06-30 12:37:11 +02:00
parent 839d28df7b
commit dc73cce440
No known key found for this signature in database
GPG key ID: 9903A6789FCE9468
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
tmp
.idea/

View file

@ -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