First generate SSL certificate:
$ openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -keyout web/certs/server.key -out web/certs/server.crt
Then run the application with:
$ docker-compose up --build
To change the app configuration, edit web/config.yaml
.