6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 14:17:46 +00:00

cms service depends on elasticsearch

This should address part of issue #148
This commit is contained in:
Régis Behmo 2019-02-04 17:01:48 +01:00
parent 39e2c92374
commit 75ad80c576

View File

@ -114,6 +114,7 @@ services:
- ../env/openedx/config/:/openedx/config/
- ../../data/cms:/openedx/data
depends_on:
- elasticsearch
- memcached
- mongodb
- mysql