From dc73cce4406091b8305d9757e95851c00831c1af Mon Sep 17 00:00:00 2001 From: Leon Morten Richter Date: Thu, 30 Jun 2022 12:37:11 +0200 Subject: [PATCH] installs panel plugin flant-statusmap-panel during provisioning --- .gitignore | 3 ++- docker-compose.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c2f433..62c80f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -tmp \ No newline at end of file +tmp +.idea/ diff --git a/docker-compose.yml b/docker-compose.yml index c1e9b42..545873b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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