Sign inSign up

chessmasterrr/bitpoll

By chessmasterrr

•Updated over 5 years ago

bitpoll

Image
1

798

chessmasterrr/bitpoll repository overview

Bitpoll⁠ is a software to conduct polls about Dates, Times or general Questions.

The Dockerfile contains a Bitpoll installation.

Download settings_local.py⁠ and adjust the settings. An working example can be found here⁠.

Run the image with:

docker run -p 8000:8000 -v /path/on/host/settings_local.py:/Bitpoll/bitpoll/settings_local.py -v /path/on/host/database/:/Bitpoll/database/ -d chessmasterrr/bitpoll:latest

On the first run, initialise the database by running (this will delete existing data!):

docker exec <containerID> ./manage.py migrate

Tag summary

Content type

Image

Digest

Size

447.2 MB

Last updated

over 5 years ago

docker pull chessmasterrr/bitpoll