upgrade dashy and add paperless-ngx [ci skip]

This commit is contained in:
Viktor Barzin 2024-08-03 16:48:50 +00:00
parent c253101305
commit c125ef578e
2 changed files with 21 additions and 11 deletions

View file

@ -65,7 +65,7 @@ resource "kubernetes_deployment" "dashy" {
}
volume_mount {
name = "config"
mount_path = "/app/public/"
mount_path = "/app/user-data/"
}
}
volume {