all repos — website @ 398210c8ce4140de12720d3f16cc88284a146005

My website

build with ko instead of nix

Alan Pearce
commit

398210c8ce4140de12720d3f16cc88284a146005

parent

cd1125a213d742b5a89e8b60f0c7aafef13b8783

1 file changed, 7 insertions(+), 3 deletions(-)

changed files
M fly.tomlfly.toml
@@ -10,13 +10,17 @@ [build]
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 @@ [[services.ports]]
port = 80 [[services]] - internal_port = 443 + internal_port = 8443 [[services.ports]] port = 443