Sign inSign up

rankenstein/dudel

By rankenstein

•Updated over 8 years ago

Schedule a meeting easily with many other participants using this web app.

Image
0

381

rankenstein/dudel repository overview

Docker image for dudel⁠

Download config.py⁠ and adjust the settings.

docker run -v "$(readlink -f config.py)" -p 80:8888 --name dudel --restart unless-stopped rankenstein/dudel
version: '2'
services:
    dudel:
        container_name: dudel
        image: rankenstein/dudel
        volumes:
            - ./config.py:/dudel/config.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 exec dudel python2 /dudel/scripts/init.py

Tag summary

Content type

Image

Digest

Size

67.2 MB

Last updated

over 8 years ago

docker pull rankenstein/dudel