about summary refs log tree commit diff
path: root/README.md
blob: fbc113af0a45c053a2cf4cdc5c93b4ddfe9c025d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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).