Increase memory for radicale

This commit is contained in:
Nemo 2019-06-28 23:52:44 +05:30
parent 125f4cecaf
commit da53ac8f1a
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ module "container" {
source = "../modules/container"
image = "tomsquest/docker-radicale:amd64"
resource {
memory = 512
memory_swap = 512
}
web {
expose = true
port = 5232