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