A Dockerized micro-service that will serve a private image host (in similar vain to imgur, google photos, etc)
Go to file
David Todd 51a117ca5f
Add configuration to connect to a postgres database (#2)
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
2018-03-08 21:25:54 -06:00
.circleci Add configuration to connect to a postgres database (#2) 2018-03-08 21:25:54 -06:00
gallery Add configuration to connect to a postgres database (#2) 2018-03-08 21:25:54 -06:00
.editorconfig Initial Commit 2018-03-08 19:23:19 -06:00
.gitignore Initial Commit 2018-03-08 19:23:19 -06:00
Dockerfile Initial Commit 2018-03-08 19:23:19 -06:00
LICENSE Initial Commit 2018-03-08 19:23:19 -06:00
README.docker.md Initial Commit 2018-03-08 19:23:19 -06:00
README.md Add README 2018-03-08 19:38:08 -06:00
docker-compose.yaml Add configuration to connect to a postgres database (#2) 2018-03-08 21:25:54 -06:00
manage.py Initial Commit 2018-03-08 19:23:19 -06:00
newdb.sh Add configuration to connect to a postgres database (#2) 2018-03-08 21:25:54 -06:00
newdb.sql Add configuration to connect to a postgres database (#2) 2018-03-08 21:25:54 -06:00
requirements.txt Initial Commit 2018-03-08 19:23:19 -06:00
run.sh Initial Commit 2018-03-08 19:23:19 -06:00

README.md

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