about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-10 11:50:49 +0200
committerEmile <hanemile@protonmail.com>2019-10-10 11:50:49 +0200
commit177993424be35c904c74b55096081b15ee2af737 (patch)
tree255c3af3f4ca9724b9d6e999025d0633dd4f367a
parenta1365c8a96b49d4041af51277031c0dc0dc204d4 (diff)
added a service listing
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index fbc113a..c5e8285 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,20 @@ Create a `circus` network before starting (if note already done yet)!:
 $ docket network create circus
 ```
 
+Set the `HOSTNAME` environment variable to the hostname you want to host the ctf
+on, for example:
+
+```
+export HOSTNAME=docker.localhost
+```
+
 ```
 $ docker-compose up -d
 ```
 
-Traefik should then be reachable at
-[http://traefik.docker.localhost](http://traefik.docker.localhost).
+Services:
+- [http://traefik.docker.localhost](http://traefik.docker.localhost)
+- [http://register.docker.localhost](http://register.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)