mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
8 lines
314 B
Markdown
8 lines
314 B
Markdown
# Elixir Phoenix Configuration
|
|
|
|
- Set `Build Pack` to `elixir`
|
|
- Set `MIX_ENV` to `prod`
|
|
- Set `SECRET_KEY_BASE` to a random string (https://hexdocs.pm/phoenix/deployment.html#handling-of-your-application-secrets)
|
|
- Set `DATABASE_URL` to your database connection string
|
|
- Set `Ports Exposes` to `4000` (default)
|