From 177993424be35c904c74b55096081b15ee2af737 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 10 Oct 2019 11:50:49 +0200 Subject: added a service listing --- README.md | 15 +++++++++++++-- 1 file 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) -- cgit 1.4.1