mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
Add renderer to grafana (#739)
This commit is contained in:
parent
c6e96a12c0
commit
68edcf00df
1 changed files with 8 additions and 1 deletions
|
@ -46,7 +46,9 @@ services:
|
|||
restart: always
|
||||
environment:
|
||||
# do not really need it, just to leave it as an example on how to install plugins here
|
||||
GF_INSTALL_PLUGINS: 'grafana-clock-panel'
|
||||
- GF_INSTALL_PLUGINS=grafana-clock-panel
|
||||
- GF_RENDERING_SERVER_URL=http://renderer:8081/render
|
||||
- GF_RENDERING_CALLBACK_URL=http://grafana:3000/
|
||||
volumes:
|
||||
- grafana_data:/var/lib/grafana
|
||||
- ./grafana/provisioning/:/etc/grafana/provisioning/
|
||||
|
@ -56,3 +58,8 @@ services:
|
|||
- 3000:3000
|
||||
depends_on:
|
||||
- prometheus
|
||||
|
||||
renderer:
|
||||
image: grafana/grafana-image-renderer:latest
|
||||
ports:
|
||||
- 8081
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue