Add Release scripts & Dockerfile

This commit is contained in:
Rafael Epplée 2025-05-14 14:20:57 +02:00 committed by Moritz
parent f24ac1e41a
commit 7ddc7aa7b6
Signed by: moritz
GPG key ID: 1020A035E5DD0824
7 changed files with 188 additions and 1 deletions

View file

@ -48,7 +48,7 @@ if config_env() == :prod do
You can generate one by calling: mix phx.gen.secret
"""
host = System.get_env("PHX_HOST") || "example.com"
host = System.get_env("PHX_HOST") || raise "Please define the PHX_HOST environment variable."
port = String.to_integer(System.get_env("PORT") || "4000")
config :mv, :dns_cluster_query, System.get_env("DNS_CLUSTER_QUERY")