Very interesting and learning video conf.
I was planning to learn Phoenix LiveView with Inventory and Sales services as starter project. Now, I dunno if I should use Elixir itself or Phoenix LiveView, someone with useful links or thoughts?
Not sure what you mean? You can't use Phoenix Liveview without using Elixir, just like you can't use Django without using Python and you can't use Rails without using Ruby. Phoenix is a library, Elixir is the language you'll write your Phoenix app in.
There are images for it on Docker Hub. I wrote a Redmine deployment spec for the PaaS I use (Caprover) for my personal app server. It’s a lot like Docker Compose, but as it actually functions using the Docker API, some Compose features are unavailable. If you’re familiar with Compose, you should be able to easily adapt this Caprover template: https://github.com/caprover/one-click-apps/blob/aaa12a4f37f7...