No known key found for this signature in database
GPG Key ID: EBA7BD5CB8B7CB94
1 changed files with
2 additions and
2 deletions
-
waypoint.hcl
|
|
@ -35,7 +35,7 @@ app "page-recorder" { |
|
|
|
# Deploy to Docker |
|
|
|
deploy { |
|
|
|
use "docker" { |
|
|
|
service_port = 3090 |
|
|
|
service_port = 8080 |
|
|
|
static_environment = { |
|
|
|
"NODE_ENV": "production" |
|
|
|
} |
|
|
@ -44,7 +44,7 @@ app "page-recorder" { |
|
|
|
"traefik.http.routers.${var.name}.rule" = "Host(`${var.host}`, `${var.name}.waypoint.smaug.dev`)" |
|
|
|
"traefik.http.routers.${var.name}.entrypoints" = "websecure" |
|
|
|
"traefik.http.routers.${var.name}.tls.certresolver" = "myresolver" |
|
|
|
"traefik.http.services.${var.name}.loadbalancer.server.port" = "3090" |
|
|
|
"traefik.http.services.${var.name}.loadbalancer.server.port" = "8080" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|