Phoenix
Phoenix is a productive web framework that does not compromise speed and maintainability written in Elixir/Erlang.
Requirements
- Set
Build Pack
tonixpacks
- Set
MIX_ENV
toprod
- It should be a
Build time
environment variable
- It should be a
- Set
SECRET_KEY_BASE
to a random string (https://hexdocs.pm/phoenix/deployment.html#handling-of-your-application-secrets)- It should be a
Build time
environment variable
- It should be a
- Set
DATABASE_URL
to your database connection string- It should be a
Build time
environment variable
- It should be a
- Set
Ports Exposes
to4000
(default)