Containerized installation of FlaskBB. Includes gunicorn,
flaskbb-plugin-proxyfix,
flaskbb-plugin-private-memberlist,
and an exported volume for adding custom themes. Can be used in a
docker-compose application along with a
redis:alpine image (or
other redis image).
For an example configuration, see the haliphax/flaskbb-docker-compose-example project.
- 5000 - This is the port the gunicorn HTTP server listens on
/app/config- Should contain yourflaskbb.cfgfile/app/data- Should contain yourflaskbb.sqlitefile/usr/local/lib/python2.7/site-packages/flaskbb/themes- (Optional) Use this to override the FlaskBBthemesdirectory
The image is available as haliphax/flaskbb:latest on the
Docker hub.