mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
mention docker-compose as option to spin up VM (#97)
This commit is contained in:
parent
daba0cdb05
commit
fb14f23532
1 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,7 @@ Cluster version is available [here](https://github.com/VictoriaMetrics/VictoriaM
|
||||||
- [Production build](#production-build)
|
- [Production build](#production-build)
|
||||||
- [Building docker images](#building-docker-images)
|
- [Building docker images](#building-docker-images)
|
||||||
- [How to start VictoriaMetrics](#how-to-start-victoriametrics)
|
- [How to start VictoriaMetrics](#how-to-start-victoriametrics)
|
||||||
|
- [Start with docker-compose](#start-with-docker-compose)
|
||||||
- [Setting up service](#setting-up-service)
|
- [Setting up service](#setting-up-service)
|
||||||
- [Third-party contributions](#third-party-contributions)
|
- [Third-party contributions](#third-party-contributions)
|
||||||
- [Prometheus setup](#prometheus-setup)
|
- [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.
|
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
|
### 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.
|
Read [these instructions](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/43) on how to set up VictoriaMetrics as a service in your OS.
|
||||||
|
|
Loading…
Reference in a new issue