Build a docker-compose containing the services required to run ORES tests.
Services related to ORES seem to be:
- ORES API
- redis score cache
- task queue (redis service)
- ORES workers (using the same codebase as the API)
In order to validate that the setup is OK:
- pytest
- Run on the API service: ./utility applications.wsgi --config ./config/celery-test/
- Run on a worker service: ./utility applications.celery --config ./config/celery-test/