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 = {