We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, docker-compose show error on default config and grafana don't start unsigned plugin. Here is my version docker-compose
version: '3.0' services: prometheus: image: prom/prometheus volumes: - ./prometheus/:/etc/prometheus/ - ${PROMETHEUS_BIND_MOUNT}:/prometheus command: - '--config.file=/etc/prometheus/prometheus.yml' - '--storage.tsdb.path=/prometheus' - '--web.console.libraries=/usr/share/prometheus/console_libraries' - '--web.console.templates=/usr/share/prometheus/consoles' ports: - 9090:9090 restart: always grafana: image: grafana/grafana depends_on: - prometheus ports: - 3000:3000 volumes: - ${GRAFANA_BIND_MOUNT}:/var/lib/grafana - ./grafana/provisioning/:/etc/grafana/provisioning/ - ../Storj-Exporter-Boom-Table.json:/etc/grafana/provisioning/dashboards/Storj-Exporter-Boom-Table.json environment: - GF_SECURITY_ADMIN_PASSWORD - GF_USERS_ALLOW_SIGN_UP - GF_INSTALL_PLUGINS - GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=yesoreyeram-boomtable-panel restart: always
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, docker-compose show error on default config and grafana don't start unsigned plugin. Here is my version docker-compose
version: '3.0'
services:
prometheus:
image: prom/prometheus
volumes:
- ./prometheus/:/etc/prometheus/
- ${PROMETHEUS_BIND_MOUNT}:/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus'
- '--web.console.libraries=/usr/share/prometheus/console_libraries'
- '--web.console.templates=/usr/share/prometheus/consoles'
ports:
- 9090:9090
restart: always
grafana:
image: grafana/grafana
depends_on:
- prometheus
ports:
- 3000:3000
volumes:
- ${GRAFANA_BIND_MOUNT}:/var/lib/grafana
- ./grafana/provisioning/:/etc/grafana/provisioning/
- ../Storj-Exporter-Boom-Table.json:/etc/grafana/provisioning/dashboards/Storj-Exporter-Boom-Table.json
environment:
- GF_SECURITY_ADMIN_PASSWORD
- GF_USERS_ALLOW_SIGN_UP
- GF_INSTALL_PLUGINS
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=yesoreyeram-boomtable-panel
restart: always
The text was updated successfully, but these errors were encountered: