Skip to content

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 to "kafka".

Merge request reports