all repos — homestead @ 427177e77191acd97d8491b7f4e1cda22eafbf1e

Code for my website

Enable new redis server

Alan Pearce
commit

427177e77191acd97d8491b7f4e1cda22eafbf1e

parent

3124aba4f7cc03ed04e0728e657d91b46694029d

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

jump to
M fly.tomlfly.toml
@@ -21,6 +21,9 @@ # POWERDNS_API_TOKEN = "from fly secret"
VCS_LOCAL_PATH = "/data/website" VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" GOMEMLIMIT = "128MiB" + REDIS_ADDRESS = "redis.alanpearce.eu:6379" + REDIS_TLS_ENABLED = "true" + REDIS_TLS_INSECURE = "false" [[services]] internal_port = 8080