From 287cfec3d2479415bf3b7069702dbdb8c87b1826 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 26 May 2024 12:08:19 +0200 Subject: pass config file via fly/docker instead of embedding in image --- fly.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fly.toml') diff --git a/fly.toml b/fly.toml index b4914d5..6e86e4a 100644 --- a/fly.toml +++ b/fly.toml @@ -14,6 +14,10 @@ primary_region = "ams" REDIRECT_OTHER_HOSTNAMES = "true" BASE_URL = "https://alanpearce.eu" + [[files]] + guest_path = "/config.toml" + local_path = "config.toml" + [metrics] port = 9091 path = "/metrics" -- cgit 1.4.1