Sign inSign up

jdelafon/varapp-backend

By jdelafon

•Updated over 5 years ago

https://gitlab.com/jdelafon/varapp-backend-py

Image
0

1.6K

jdelafon/varapp-backend repository overview

Backend part of Varapp: https://gitlab.com/jdelafon/varapp-backend-py⁠

Depends on Mysql and Redis, preferably in a docker-compose as provided in the repository.

It serves the Django app using Apache and mod_wsgi.

Gemini databases need to be mounted as a volume in /app/resources/db.

Example Usage:

docker run --it --rm --name varapp-backend \
-v $(pwd)/resources/db:/app/resources/db \
varapp-backend

Tag summary

Content type

Image

Digest

Size

277.5 MB

Last updated

over 5 years ago

docker pull jdelafon/varapp-backend