We would like to test the deployment of our Elixir + Phoenix application.
Since we have a few custom native dependencies, I think the best option for us is to use Docker deployment.
Do you know any good Docker image that we could use as a starting point?
We don’t have an any official documentation on how to set up and Elixir + Phoenix application with Docker, however this might be a good place to get started
Keep in mind we don’t support docker-compose.yml however some of what is contained here might be able to be achieved using our existing docs on Elixir + Phoenix applications.