speakyourcode/grafana-button-panel

View on GitHub
docker-compose.yaml

Summary

Maintainability
Test Coverage
version: '3.0'

services:
  grafana:
    container_name: 'speakyourcode-speakyourcodebutton-panel'
    build:
      context: ./.config
      args:
        grafana_version: ${GRAFANA_VERSION:-9.2.4}
    ports:
      - 3000:3000/tcp
    volumes:
      - ./dist:/var/lib/grafana/plugins/speakyourcode-speakyourcodebutton-panel
      - ./provisioning:/etc/grafana/provisioning