>>245
I'm glad you like it. You don't even need to clone the repo, by the way (unless you want to modify the Dockerfile and rebuild the image). An image automatically gets built on Docker Hub with every commit. You only need to do docker pull erkin/schemebbs
to obtain it.
You can use Docker Compose to tie it up with some server software. There's a Traefik example above. I can post a Varnish example I tried a while ago as well. In addition, there's a Docker image that embeds nginx (built with the two modules) and the example nginx.conf you provided, held together with supervisord: https://github.com/TeamWau/docker-schemebbs-nginx (docker pull erkin/schemebbs-nginx
)