2025-06-06 11:02:58 +02:00
2025-06-06 15:33:21 +02:00
2025-06-06 11:02:58 +02:00
2025-06-06 15:33:21 +02:00

Grafana-Loki-Minio

Description

This dokcer run stack grafana, loki, promtail, minio

Container

Name URL Description
dns-tools - container with dns tools (just use for debug)
minio-server UI: http://<fqdn_server>;9001
API: http://<fqdn_server>;9000
container minio server UI and API

Requirements

Minio

Create the folder where the minio data will be stored

sudo mkdir -p /home/docker/minio

Copy the .env-dist file to .env and update it with values appropriate for your setup.

MINIO_DATA_ROOT_DIR=/home/docker/minio
MINIO_ACCESS_KEY=minio
MINIO_SECRET_KEY=minio123

Run

docker compose up -d

Access

dns-tools

docker exec -it dns-tools /bin/bash
dig minio-server
ping minio-server
nslookup minio-server

Minio console
http://<server_fqdn>:9001

Sources

Minio

Grafana

Description
No description provided
Readme 104 KiB