VictoriaMetrics/deployment/docker
Seua Polyakov f4e63cd070 Add SIGINT as stopsignal to docker file (#54)
Add sigint as stopsignal to docker file. You can find more here: https://docs.docker.com/engine/reference/builder/#usage
With this change, the main process inside the container will receive SIGINT, and after a grace period, SIGKILL.
2019-06-06 22:36:21 +03:00
..
builder Add SIGINT as stopsignal to docker file (#54) 2019-06-06 22:36:21 +03:00
certs all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
docker-compose.yml docker compose for VM 2019-06-03 09:57:33 +02:00
Makefile Makefile: pass GO111MODULE=on to all the go invocations 2019-05-26 23:23:43 +03:00
prometheus.yml docker compose for VM 2019-06-03 09:57:33 +02:00
README.md deployment/docker: remove trailing whitespace 2019-06-03 14:53:08 +03:00

Folder contains basic images and tools for building and running Victoria Metrics in docker

Docker compose

Images prometheus, grafana and victoria metrics

Run: docker-compose up

Note make ensure that you specify correct VM url in Grafana Data Source http://victroriametrics:8428