* setup Grafana provisioning for docker-compose setup * review fixes
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.
GO111MODULE=on
go