Using Phoenix with docker, Part 3: Containerization
This is the final part of a three part series: [Part 1]({{< ref "using-phoenix-with-docker-part-1-introduction.md" >}}) - [Part 2]({{< ref "using-phoenix-with-docker-part-2-implementation.md" >}}) - Part 3 Note: I am using the latest docker-compose and the latest docker-engine later on in this post. Contents * Composition…