Browse Source

Set host to listen

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

2
waypoint.hcl

@ -16,6 +16,7 @@ app "page-recorder" {
config {
env = {
HOST = "0.0.0.0"
REDIS_HOST = var.redis_host
REDIS_PORT = var.redis_port
REDIS_PASSWORD = var.redis_password
@ -39,6 +40,7 @@ app "page-recorder" {
service_port = 8080
static_environment = {
"NODE_ENV": "production"
"HOST": "0.0.0.0"
"REDIS_HOST": var.redis_host
"REDIS_PORT": var.redis_port
"REDIS_PASSWORD": var.redis_password

Loading…
Cancel
Save