On the first run, run:
$ docker network create wott
Then:
$ docker-compose build
$ docker-compose up
You should now have three servers up and running:
- localhost:8000 - dashboard
- localhost:8001 - api
- localhost:8002 - mtls-api
$ docker-compose -f ./docker-compose.tests.yml up