OpenSlides 3.4 stable for RaspberryPi
Note: OpenSlides uses not only this image but also some other ones also part of this repository. But just follow the following steps. It does all the magic for you.
Then change settings in .env file: nano .env One important setting: Set docker repository setting to stebl27.
( set -a; source .env; m4 docker-compose.yml.m4 ) > docker-compose.yml
docker-compose up -d
If OpenSlides is not working afterwards it could be that:
You have activated ssl but no ssl certificate mounted into the certs folder of the openslides-proxy container. You could easily do this by installing portainer as docker image and edit the openslides-proxy container in the portainer frontend.
Sometimes you have to change port mapping of openslides-proxy to another setting and afterwards back again. Why? No idea! But it's working then. :)