about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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)