Update README.md

This commit is contained in:
Andras Bacsai
2024-09-10 14:10:08 +02:00
committed by GitHub
parent 07580c85b2
commit 367586c3bd

View File

@@ -2,9 +2,9 @@
- Set `Build Pack` to `nixpacks`
- Set `MIX_ENV` to `prod`
- It should be a `build time` environment variable
- It should be a `Build time` environment variable
- 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 `Build time` environment variable
- Set `DATABASE_URL` to your database connection string
- It should be a `build time` environment variable
- It should be a `Build time` environment variable
- Set `Ports Exposes` to `4000` (default)