Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Files

Latest commit

2c47a97 · Jul 10, 2023

History

History

docker-compose

docker-compose

This directory contains a docker-compose.yml file that can be used to start a local Grafana Phlare instance with a Grafana instance. The docker-compose.yml file is configured to use the latest version of Grafana Phlare and Grafana.

To start Grafana Phlare and Grafana, run the following command:

docker-compose up -d

Grafana should be available at http://localhost:3000 and Grafana Phlare should be available at http://localhost:4100.

By default the Grafana Phlare datasource is already configured in Grafana.

The data will be persisted in the data directory.

To bring down the whole deployment, run the following command:

docker-compose down