CS3219-AY2324S1 / ay2324s1-course-assessment-g05

A collaborative technical interview preparation platform that is going to boost your interview performance!
MIT License
0 stars 3 forks source link

Integrate containers and orchestrate using docker-compose #121

Closed weidak closed 1 year ago

weidak commented 1 year ago

Extension of #101 Containerize collaboration service

Since collaboration-service and matching-service will use a redis instance in a container to communicate, I will have to set up a container orchestration system for them to communicate to each other. This issue is for me to create a docker network such that services can communicate with each other locally (without deployment to cloud) for all services