This code demo is accompanied complements the blog post series - The Practical Guide to HashiCorp Consul - Part 1 and Part 2 - published on Velotio Blog.
docker-compose build
docker-compose up
docker-compose up --build -d
You can visit Consul Server container with the IP it's container was assigned. For instance, in our case it was http://33.10.0.2:8500/ui.
You can visit Django web app on 33.10.0.100:9999/web.
docker-compose down