all repos — homestead @ a3ad47b3eb74f281df9f5d3c733fd60c56f5c462

Code for my website

fix static file access in docker

Alan Pearce
commit

a3ad47b3eb74f281df9f5d3c733fd60c56f5c462

parent

fb8cdcbd48543e800aa0f69b9264a09abef86d75

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M fly.tomlfly.toml
@@ -17,6 +17,7 @@ SERVER_TLS = "true"
POWERDNS_SERVER_URL = "https://pdns.alanpearce.eu" # POWERDNS_API_TOKEN = "from fly secret" WEBSITE_SOURCE = "/data/website" + WEBSITE_DESTINATION = "/data/public" WEBSITE_VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" GOMEMLIMIT = "128MiB" REDIS_ADDRESS = "redis.alanpearce.eu:6379"