- Docker installed
The following environment variables need to be set before the application can be run
export STREAM_PORT=8000Build the image and run the container using Docker compose
sh docker-compose.shGo to the following URL
localhost:<STREAM_PORT> e.g. localhost:8000