Bumps [`@grafana/create-plugin`](https://github.com/grafana/plugin-tools/tree/main/packages/create-plugin) configuration from 4.2.1 to 5.26.4. **Notes for reviewer:** This is an auto-generated PR which ran `@grafana/create-plugin update`. Please consult the create-plugin [CHANGELOG.md](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/CHANGELOG.md) to understand what may have changed. Please review the changes thoroughly before merging. --------- Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
26 lines
793 B
YAML
26 lines
793 B
YAML
services:
|
|
grafana:
|
|
user: root
|
|
container_name: 'alexanderzobnin-zabbix-app'
|
|
|
|
build:
|
|
context: .
|
|
args:
|
|
grafana_image: ${GRAFANA_IMAGE:-grafana-enterprise}
|
|
grafana_version: ${GRAFANA_VERSION:-12.1.1}
|
|
development: ${DEVELOPMENT:-false}
|
|
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
|
|
ports:
|
|
- 3000:3000/tcp
|
|
volumes:
|
|
- ../dist:/var/lib/grafana/plugins/alexanderzobnin-zabbix-app
|
|
- ../provisioning:/etc/grafana/provisioning
|
|
- ..:/root/alexanderzobnin-zabbix-app
|
|
|
|
environment:
|
|
NODE_ENV: development
|
|
GF_LOG_FILTERS: plugin.alexanderzobnin-zabbix-app:debug
|
|
GF_LOG_LEVEL: debug
|
|
GF_DATAPROXY_LOGGING: 1
|
|
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: alexanderzobnin-zabbix-app
|