diff --git a/README.md b/README.md index d43d6602d..b443152bf 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Cluster version is available [here](https://github.com/VictoriaMetrics/VictoriaM - [Production build](#production-build) - [Building docker images](#building-docker-images) - [How to start VictoriaMetrics](#how-to-start-victoriametrics) + - [Start with docker-compose](#start-with-docker-compose) - [Setting up service](#setting-up-service) - [Third-party contributions](#third-party-contributions) - [Prometheus setup](#prometheus-setup) @@ -133,6 +134,13 @@ The following command line flags are used the most: Pass `-help` to see all the available flags with description and default values. +### Start with docker-compose + +[Docker-compose](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/docker-compose.yml) +helps to spin up VictoriaMetrics, Prometheus and Grafana with one command. +More details may be found [here](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker#folder-contains-basic-images-and-tools-for-building-and-running-victoria-metrics-in-docker). + + ### Setting up service Read [these instructions](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/43) on how to set up VictoriaMetrics as a service in your OS.