A Dockerfile that puts SchemeBBS behind nginx, held together by supervisord. Based on docker-schemebbs.
% export SBBS_DATADIR=/opt/bbs % docker run -p 80:80 --name sbbs -d \ -v "${SBBS_DATADIR}":/opt/schemebbs/data \ -v "$(pwd)"/nginx.conf:/opt/nginx/conf/nginx.conf \ erkin/schemebbs-nginx % ./create-boards.sh cats travel food