OpenDataServices / standards-lab

Open Standards Lab. A web tool for users and creators of Open Standards.
https://standards-lab.readthedocs.io/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Docker-Compose : Sometimes worker crashes because Redis not available #168

Open odscjames opened 3 years ago

odscjames commented 3 years ago
standards-lab-worker_1  | /code/standards_lab/settings/settings.py:26: UserWarning: SECRET_KEY should be added to Environment Variables. Random key will be used instead.
standards-lab-worker_1  |   warnings.warn(
standards-lab-worker_1  | Error 111 connecting to redis:6379. Connection refused.

Prob just need to add a depends_on ?