From 6b89e3c8f70eb097248d59ae3e0881802a3bac0d Mon Sep 17 00:00:00 2001 From: Logan Koester Date: Wed, 19 Jan 2022 22:07:28 +0700 Subject: [PATCH] Remove bind --- waypoint.hcl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/waypoint.hcl b/waypoint.hcl index fb9faaf..33c0e0a 100644 --- a/waypoint.hcl +++ b/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"