Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

haliphax/flaskbb-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 your flaskbb.cfg file
  • /app/data - Should contain your flaskbb.sqlite file
  • /usr/local/lib/python2.7/site-packages/flaskbb/themes - (Optional) Use this to override the FlaskBB themes directory

Image

The image is available as haliphax/flaskbb:latest on the Docker hub.

Releases

No releases published

Packages

No packages published

Languages