all repos — homestead @ 3cf83a36b33ce6918e5a3c94a63879326f793017

Code for my website

update fly config

Alan Pearce
commit

3cf83a36b33ce6918e5a3c94a63879326f793017

parent

b8fdd74d857b45c0ad573ff700bfd0bfbec3099c

1 file changed, 6 insertions(+), 8 deletions(-)

jump to
M fly.tomlfly.toml
@@ -10,16 +10,14 @@ [build]
image = "registry.fly.io/alanpearce-eu" [env] - PORT = "8080" - TLS_PORT = "8443" - LISTEN_ADDRESS = "::" - TLS = "true" - ROOT = "/data" - PRODUCTION = "true" + SERVER_PORT = "8080" + SERVER_TLS_PORT = "8443" + SERVER_LISTEN_ADDRESS = "::" + SERVER_TLS = "true" POWERDNS_SERVER_URL = "https://pdns.alanpearce.eu" # POWERDNS_API_TOKEN = "from fly secret" - VCS_LOCAL_PATH = "/data/website" - VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" + WEBSITE_SOURCE = "/data/website" + WEBSITE_VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" GOMEMLIMIT = "128MiB" REDIS_ADDRESS = "redis.alanpearce.eu:6379" REDIS_TLS_ENABLED = "true"