From 4b99198c56657c2cac00bc22f52e8fe4688de68a Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 20 Oct 2019 14:21:26 +0200 Subject: updated the install instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f307e84..fae6654 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ docker-compose that can be used to start a circus (note: a digital one...) Create a `circus` network before starting (if note already done yet)!: +### Networking + ``` $ docket network create circus $ docket network create circus_db @@ -18,12 +20,19 @@ on, for example: HOSTNAME=docker.localhost ``` +### Grafana + Define Grafana foo in `grafana.env`: ``` GF_SERVER_ROOT_URL=http://grafana.docker.localhost:3000 GF_SECURITY_ADMIN_PASSWORD=secret ``` +When setting up Grafana, you can create a Prometheus data source using +prometheus located at `http://prometheus:9090`. + +### Opening the circus + start the stack: ``` @@ -33,6 +42,7 @@ $ docker-compose up -d Services: - [http://traefik.docker.localhost](http://traefik.docker.localhost) - [http://register.docker.localhost](http://register.docker.localhost) +- [http://manager.docker.localhost](http://manager.docker.localhost) - [http://scoreboard.docker.localhost/metrics](http://scoreboard.docker.localhost/metrics) - [http://prometheus.docker.localhost](http://prometheus.docker.localhost) - [http://grafana.docker.localhost](http://grafana.docker.localhost) -- cgit 1.4.1