SchemeBBS for Docker
A Dockerfile that puts SchemBBS behind nginx, held together by supervisord. Based on docker-schemebbs.
Usage
% 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