all repos — homestead @ d614fae693f08070a1fc628f9475975ef59b04bb

Code for my website

pass config file via fly/docker instead of embedding in image

Alan Pearce
commit

d614fae693f08070a1fc628f9475975ef59b04bb

parent

f8b009dda349bcfffb930be4e73269d8a3b71204

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M fly.tomlfly.toml
@@ -14,6 +14,10 @@ PORT = "80"
REDIRECT_OTHER_HOSTNAMES = "true" BASE_URL = "https://alanpearce.eu" + [[files]] + guest_path = "/config.toml" + local_path = "config.toml" + [metrics] port = 9091 path = "/metrics"