Added docker files to the user and product microservices to create docker...
Added docker files to the user and product microservices to create docker images. Created docker compose file to pull kafka and zookeeper images from docker. Added the user and product microservices to the docker compose file so they can all be on the same docker network. Modified config files to replace kafka host from localhost.
parent
32b11caf
No related branches found
No related tags found
Showing
- Kafka/docker-compose.yml 44 additions, 0 deletionsKafka/docker-compose.yml
- Product_MicroService_Group3/Dockerfile 23 additions, 0 deletionsProduct_MicroService_Group3/Dockerfile
- Product_MicroService_Group3/app/config.py 1 addition, 1 deletionProduct_MicroService_Group3/app/config.py
- Product_MicroService_Group3/app/controllers/__pycache__/addReviewController.cpython-311.pyc 0 additions, 0 deletions...ntrollers/__pycache__/addReviewController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/__pycache__/getReviewsController.cpython-311.pyc 0 additions, 0 deletions...trollers/__pycache__/getReviewsController.cpython-311.pyc
- Product_MicroService_Group3/app/controllers/getReviewsController.py 2 additions, 1 deletion...croService_Group3/app/controllers/getReviewsController.py
- Product_MicroService_Group3/app/publishers/kafkaPublishers.py 3 additions, 2 deletions...uct_MicroService_Group3/app/publishers/kafkaPublishers.py
- Product_MicroService_Group3/requirements.txt 13 additions, 2 deletionsProduct_MicroService_Group3/requirements.txt
- User_MicroService_Group3/Dockerfile 23 additions, 0 deletionsUser_MicroService_Group3/Dockerfile
- User_MicroService_Group3/app/config.py 3 additions, 1 deletionUser_MicroService_Group3/app/config.py
- User_MicroService_Group3/app/controllers/__pycache__/fetchUsernameController.cpython-311.pyc 0 additions, 0 deletions...llers/__pycache__/fetchUsernameController.cpython-311.pyc
- User_MicroService_Group3/app/controllers/__pycache__/showReviewsController.cpython-311.pyc 0 additions, 0 deletions...rollers/__pycache__/showReviewsController.cpython-311.pyc
- User_MicroService_Group3/app/controllers/fetchUsernameController.py 2 additions, 0 deletions...Service_Group3/app/controllers/fetchUsernameController.py
- User_MicroService_Group3/app/controllers/getUsersController.py 3 additions, 2 deletions...MicroService_Group3/app/controllers/getUsersController.py
- User_MicroService_Group3/app/controllers/showReviewsController.py 3 additions, 2 deletions...roService_Group3/app/controllers/showReviewsController.py
- User_MicroService_Group3/app/publishers/__pycache__/kafkaPublishers.cpython-311.pyc 0 additions, 0 deletions...pp/publishers/__pycache__/kafkaPublishers.cpython-311.pyc
- User_MicroService_Group3/app/publishers/kafkaPublishers.py 7 additions, 4 deletionsUser_MicroService_Group3/app/publishers/kafkaPublishers.py
- User_MicroService_Group3/requirements.txt 13 additions, 2 deletionsUser_MicroService_Group3/requirements.txt
Kafka/docker-compose.yml
0 → 100644
Product_MicroService_Group3/Dockerfile
0 → 100644
No preview for this file type
File added
User_MicroService_Group3/Dockerfile
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
Please register or sign in to comment