https://gitlab.com/jdelafon/varapp-backend-py
1.6K
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
Content type
Image
Digest
Size
277.5 MB
Last updated
over 5 years ago
docker pull jdelafon/varapp-backend