Home Catalog Grafana Stack
System Tools

Grafana Stack

An open-source visualization and analytics platform that turns metrics and logs into dynamic, interactive dashboards for comprehensive system observability.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Zero Lock-in)
RAM Profile: Medium
Default Port: Port 3000

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

services:
  grafana:
    container_name: njorddeploy-grafana
    user: "0:0"
    image: "grafana/grafana-oss:11.1.3"
    ports:
      - "3000:3000"
    volumes:
      - "./data/grafana/data:/var/lib/grafana"
      - "data_root/grafana/provisioning:/etc/grafana/provisioning:ro"
    environment:
      - "GF_SECURITY_ADMIN_PASSWORD=NjB4N2E1YjQzYjU2Y2QxMjM0NTY3ODkwYQ=="
    restart: unless-stopped
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
GRAFANA_WEB_PORT 3000 External port for the Grafana UI
GRAFANA_DATA_PATH /opt/njorddeploy/data/grafana/data Host path for Grafana persistent data
GRAFANA_ADMIN_PASSWORD NjB4N2E1YjQzYjU2Y2QxMjM0NTY3ODkwYQ== Admin password for the Grafana UI

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.