Unofficial Stadtbibliothek Nürnberg API
thats the most easiest way to get everything up and running. it will get redis and link everything together. dont forget to set the secret key evironment variable in docker-compose.yml.
git clone https://github.com/xsteadfastx/bib-api.gitcd bib-apidocker-compose up -dof course you can start everything by your own.
docker pull xsteadfastx/bib-apidocker run -d --name bib-api-redis redisdocker run -d --name bib-api --link bib-api-redis:redis -p 127.0.0.1:9999:5000 xsteadfastx/bib-apiContent type
Image
Digest
sha256:4cf635a7c…
Size
238.3 MB
Last updated
about 11 years ago
docker pull xsteadfastx/bib-api