From 321934621accbe31c8fb4d94ac3639568abe9a65 Mon Sep 17 00:00:00 2001 From: Logan Koester Date: Wed, 19 Jan 2022 19:49:53 +0700 Subject: [PATCH] Set redis static environment variables --- waypoint.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/waypoint.hcl b/waypoint.hcl index 5908b04..1252d59 100644 --- a/waypoint.hcl +++ b/waypoint.hcl @@ -38,6 +38,8 @@ app "page-recorder" { service_port = 8080 static_environment = { "NODE_ENV": "production" + "REDIS_HOST": var.redis_host + "REDIS_PORT": var.redis_port } labels = {