Skip to content

rankenstein/docker-bitpoll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Docker image for Bitpoll

Download settings_local.py and adjust the settings.

version: '2'
services:
    dudel:
        container_name: bitpoll
        image: rankenstein/bitpoll
        volumes:
            - ./settings_local.py:/bitpoll/bitpoll/settings_local.py
        ports:
            - 80:8888
        restart: unless-stopped

You might want to run a postgres database image and configure the connection in config.py.

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

docker-compose run dudel ./manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published