Issue https://github.com/clhobbs/events-splitter/issues/11 points out that it is not necessary to expose port 9997 in any of the docker containers since all containers are on the same network. This PR simply removes the expose from the docker-compose.yml file.
Issue https://github.com/clhobbs/events-splitter/issues/11 points out that it is not necessary to
expose
port 9997 in any of the docker containers since all containers are on the same network. This PR simply removes theexpose
from the docker-compose.yml file.