Skip to content

Commit

Permalink
feat(grafana): Include grafana renderer in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 committed Sep 1, 2020
1 parent 09d558d commit f80bf58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ services:
- timescaledb
volumes:
- grafana-data:/var/lib/grafana/
environment:
GF_RENDERING_SERVER_URL: http://renderer:8081/render
GF_RENDERING_CALLBACK_URL: http://grafana:3000/
GF_LOG_FILTERS: rendering:debug

renderer:
image: grafana/grafana-image-renderer:latest
ports:
- 8081

volumes:
timescaledb:
Expand Down

0 comments on commit f80bf58

Please sign in to comment.