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"