I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on the wider internet).
Loosely, I’m looking for a simple self hosted “PaaS” solution.
I found this[1] thread very helpful, but it seems that most solutions are general purpose, heavier than I need and rely on a docker paradigm, either at the application development end, or the deployment end. Is docker an inevitably to embrace that would make this easy, or are there other solutions available?
potions.io seems to be the exception and appears to fit my needs, but there doesn’t seem to be a self-hosted version of it.
Or given my requirements should I just stick to the good ol’ server copy and service (ie systemd) management?
[1]Where do you host **small** or even tiny elixir projects?






















