gthole / gedgo

A Gedcom viewer web app.
MIT License
46 stars 12 forks source link

Multiple issues running docker-compose up #16

Open aleksas opened 3 years ago

aleksas commented 3 years ago
herrxyz commented 2 years ago

got the same problem, docker-compose build not working from docker hub I miss the correct parameters to run it

Sternbach-Software commented 1 year ago

In settings.py, I replaced the caches with

'research_preview': {
        'BACKEND': 'django.core.cache.backends.dummy.DummyCache'
    },

However, I still had some build issues. Tried replacing the dropbox requirement with dropbox==11.36.0. Got some SSL error.