about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-20 14:21:26 +0200
committerEmile <hanemile@protonmail.com>2019-10-20 14:21:26 +0200
commit4b99198c56657c2cac00bc22f52e8fe4688de68a (patch)
treea702ae27d0e63ba9c83e0e47e9392643be1de3e6
parentcdd491327547857792cb912be7b83e7ed24751af (diff)
updated the install instructions
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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)