Skip to content
New issue

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

docker-compose #17

Open
shraik opened this issue Oct 2, 2021 · 0 comments
Open

docker-compose #17

shraik opened this issue Oct 2, 2021 · 0 comments

Comments

@shraik
Copy link

shraik commented Oct 2, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant