Skip to content

Instantly share code, notes, and snippets.

@MicrexIT
Last active July 14, 2021 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MicrexIT/2c8b0f60a346a92cadd620760f0b2375 to your computer and use it in GitHub Desktop.
Save MicrexIT/2c8b0f60a346a92cadd620760f0b2375 to your computer and use it in GitHub Desktop.
Elixir Phoenix env Deployment
DATABASE_URL=ecto://user:pw@db_address/db_name
SECRET_KEY_BASE=your_secret_key_base
MIX_ENV=prod
APP_NAME=app_name
CONTAINER_NAME=app_container
IMAGE_NAME=app_image
APP_PORT=4000
NETWORK=your_network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment