git clone ssh://git@github.com/oada/oada-srvc-docker
cd oada-srvc-docker
docker-compose build
docker-compose run yarn
docker-compose up -d
Set your local DEBUG variable to "*" or some other wildcard and that will be passed to any services that are restarted.
Everything can start up as localhost by default. If you want to serve multiple
domains, create the appropriate folder (same name as hostname) in /domains.
The proxy will see it and create domain configs for each name there, and the
auth service will use that info to serve the proper logo, name, etc. for each
service.