mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
475 B
475 B
Elixir Phoenix Configuration
- Set
Build Packtonixpacks - Set
MIX_ENVtoprod- It should be a
build timeenvironment variable
- It should be a
- Set
SECRET_KEY_BASEto a random string (https://hexdocs.pm/phoenix/deployment.html#handling-of-your-application-secrets)- It should be a
build timeenvironment variable
- It should be a
- Set
DATABASE_URLto your database connection string- It should be a
build timeenvironment variable
- It should be a
- Set
Ports Exposesto4000(default)