diff --git a/waypoint.hcl b/waypoint.hcl index 33c0e0a..fb9faaf 100644 --- a/waypoint.hcl +++ b/waypoint.hcl @@ -46,6 +46,10 @@ 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"