mirror of
https://github.com/c0de-archive/django-gallery.git
synced 2024-12-22 02:02:40 +00:00
A Dockerized micro-service that will serve a private image host (in similar vain to imgur, google photos, etc)
51a117ca5f
CircleCI's free service only allows running 1 container at a time. This causes problems if I want to use a database. A workaround that I found seems to work by running the database server directly within the test container. This does increase test time however |
||
---|---|---|
.circleci | ||
gallery | ||
.editorconfig | ||
.gitignore | ||
docker-compose.yaml | ||
Dockerfile | ||
LICENSE | ||
manage.py | ||
newdb.sh | ||
newdb.sql | ||
README.docker.md | ||
README.md | ||
requirements.txt | ||
run.sh |
Image Gallary
This is a minimalistic microservice to run an image host. Does not provide the proxy to connect to the services.
Automatic unit testing is done by CircleCI
Refer to the docker README for docker info
License: MIT Copyright 2018 David Todd (c0de) c0de@c0defox.es Check the LICENSE file for further details