mirror of
https://github.com/c0de-archive/django-gallery.git
synced 2025-02-01 11:15:55 +00:00
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
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
Languages
Python
93.7%
Dockerfile
3.5%
Shell
2.8%