Browse Source

Set redis static environment variables

master
Logan Koester 3 years ago
parent
commit
321934621a
No known key found for this signature in database GPG Key ID: EBA7BD5CB8B7CB94
  1. 2
      waypoint.hcl

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

Loading…
Cancel
Save