Browse Source

Remove bind

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

4
waypoint.hcl

@ -46,10 +46,6 @@ app "page-recorder" {
"REDIS_PASSWORD": var.redis_password
}
binds = [
"/mnt/volume_sgp1_01/${var.name}/static:/app/static"
]
labels = {
"traefik.http.routers.${var.name}.rule" = "Host(`${var.host}`, `${var.name}.waypoint.smaug.dev`)"
"traefik.http.routers.${var.name}.entrypoints" = "websecure"

Loading…
Cancel
Save