# circus-compose docker-compose that can be used to start a circus (note: a digital one...) ## Setup Create a `circus` network before starting (if note already done yet)!: ``` $ docket network create circus ``` ``` $ docker-compose up -d ``` Traefik should then be reachable at [http://traefik.docker.localhost](http://traefik.docker.localhost).