[radicale] switch to ssd

This commit is contained in:
Nemo 2023-07-10 19:59:55 +05:30
parent af2be53caa
commit b83dd37365
1 changed files with 3 additions and 6 deletions

View File

@ -17,15 +17,12 @@ module "container" {
host = var.domain host = var.domain
} }
# SSD
volumes = [ volumes = [
{ {
host_path = "/mnt/xwing/data/radicale" host_path = "/mnt/zwing/config/radicale"
container_path = "/data" container_path = "/data"
}, }
{
host_path = "/mnt/xwing/config/radicale"
container_path = "/config"
},
] ]
uploads = [ uploads = [