This repository can be used for experiments with Prometheus, Influxdb, Grafana, and Loki stack.
First, volumes should be created;
docker volume create --name=loki-data
docker volume create --name=influxdb-data
docker volume create --name=grafana-data
then;
docker-compose up -d