Short Description
A docker container with booktype (https://booktype.pro/).
Full Description
booktype_with_docker
A booktype in a docker container. It is using sqlite as backent.
Biuild images
su -c 'cd && docker build -t localhost/booktype .'
su -c 'docker tag localhost/booktype localhost/booktype'
You can find a ready images on hub.docker.com
Run container (with ansible)
su -c 'cd ./ansible && ansible-playbook ./run_booktype.yml '