all repos — homestead @ 445c43ef8b981bfacc8b465b3997da413370043f

Code for my website

use redis notifications to update website

Alan Pearce
commit

445c43ef8b981bfacc8b465b3997da413370043f

parent

fd0f99dffb49f29531d1974a638c0ce883bf5db7

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

changed files
M fly.tomlfly.toml
@@ -9,10 +9,12 @@
[env] SERVER_PORT = "8080" SERVER_LISTEN_ADDRESS = "::" -WEBSITE_SOURCE = "/data/website" -WEBSITE_DESTINATION = "/data/public" -WEBSITE_VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" +WEBSITE_DATA_ROOT = "/data" +WEBSITE_ROOT = "/data/website" GOMEMLIMIT = "200MiB" +REDIS_ADDRESS = "redis.alanpearce.eu:6379" +REDIS_TLS_ENABLED = "true" +REDIS_TLS_INSECURE = "false" [[services]] internal_port = 8080