Redis – how to set one container to allow it's entire volume access to another container using docker-compose
I have 4 services running using the docker-compose 1) python-api 2) python-model 3)python-celery 4)redis-server. Flow: 1) python-api gets hit via postman with images and some text as parameters on port 8000. 2) python-api passes the image and data to python-model…