module "container" { name = "radicale" source = "../modules/container" image = "tomsquest/docker-radicale:amd64" resource { memory = 512 memory_swap = 512 } web { expose = true port = 5232 host = "${var.domain}" } volumes = [ { host_path = "/mnt/xwing/data/radicale" container_path = "/data" }, { host_path = "/mnt/xwing/config/radicale" container_path = "/config" }, ] uploads = [ { content = <