@@ -107,8 +107,8 @@ What is going on? Essentially, this is due to the excellent isolation provided b
...
@@ -107,8 +107,8 @@ What is going on? Essentially, this is due to the excellent isolation provided b
Once the make target sets up the networking connections between the containers, the `curl 127.0.0.1:5002/showtimes/20151130` will return the results as it did in Step 2.
Once the make target sets up the networking connections between the containers, the `curl 127.0.0.1:5002/showtimes/20151130` will return the results as it did in Step 2.
## Further steps
> The Makefile in the above steps stitches together a number of different things - the ports to expose, the data directory, and creating a network. All this becomes very complicated when you have more services running that talk to each other. To make this simpler, we can use `docker compose`. To see how to use this, move to the `compose` branch of this repository.
# credits
# credits
The original code is taken from https://github.com/umermansoor/microservices
The original code is taken from https://github.com/umermansoor/microservices
It has been lightly modified for Python3 compatibility, and further simplified to showcase microservice communications.
It has been lightly modified for Python3 compatibility, and further simplified to showcase microservice communications.