Advertisement
Izya12

Untitled

Apr 17th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. grafana:
  2. image: grafana/grafana:6.3.6
  3. hostname: grafana
  4. restart: always
  5. volumes:
  6. - grafana_etc:/etc/grafana
  7. - grafana_dashboards:/usr/share/grafana/public/dashboards
  8. - grafana_db:/var/lib/grafana
  9. - grafana_plugins:/var/lib/grafana/plugins
  10. # comment "environment" if node doesn't have access to internet
  11. logging:
  12. driver: $COMPOSE_LOG_DRIVER
  13. options:
  14. max-size: $COMPOSE_LOG_MAX_SIZE
  15. max-file: $COMPOSE_LOG_MAX_FILE
  16. environment:
  17. http_proxy: http://proxy:3128
  18. https_proxy: http://proxy:3128
  19. GF_INSTALL_PLUGINS: grafana-simple-json-datasource,
  20. vertamedia-clickhouse-datasource
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement