From 398210c8ce4140de12720d3f16cc88284a146005 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2024 18:02:18 +0200 Subject: build with ko instead of nix --- fly.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'fly.toml') diff --git a/fly.toml b/fly.toml index 3e68e45..1194b67 100644 --- a/fly.toml +++ b/fly.toml @@ -10,13 +10,17 @@ primary_region = "ams" image = "registry.fly.io/alanpearce-eu" [env] - PORT = "80" + PORT = "8080" + TLS_PORT = "8443" + LISTEN_ADDRESS = "::" TLS = "true" + ROOT = "/data" + PRODUCTION = "true" LOCAL_PATH = "/data/website" REMOTE_URL = "https://git.alanpearce.eu/website.git" [[services]] - internal_port = 80 + internal_port = 8080 [services.concurrency] type = "requests" @@ -26,7 +30,7 @@ primary_region = "ams" port = 80 [[services]] - internal_port = 443 + internal_port = 8443 [[services.ports]] port = 443 -- cgit 1.4.1