diff options
author | Emile <hanemile@protonmail.com> | 2019-10-10 11:50:49 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-10 11:50:49 +0200 |
commit | 177993424be35c904c74b55096081b15ee2af737 (patch) | |
tree | 255c3af3f4ca9724b9d6e999025d0633dd4f367a /README.md | |
parent | a1365c8a96b49d4041af51277031c0dc0dc204d4 (diff) |
added a service listing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
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) |