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