flaskbb-dockerfile
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.
Ports
- 5000 - This is the port the gunicorn HTTP server listens on
Volumes
/app/config
- Should contain yourflaskbb.cfg
file/app/data
- Should contain yourflaskbb.sqlite
file/usr/local/lib/python2.7/site-packages/flaskbb/themes
- (Optional) Use this to override the FlaskBBthemes
directory
Image
The image is available as haliphax/flaskbb:latest
on the
Docker hub.