diff --git a/services/plausible.hcl b/services/plausible.hcl index 06e2dc8..1281a37 100644 --- a/services/plausible.hcl +++ b/services/plausible.hcl @@ -1,5 +1,8 @@ job "plausible" { datacenters = ["alo"] + meta { + uuid = uuidv4() + } group "analytics" { network { @@ -51,7 +54,7 @@ job "plausible" { resources { cpu = 1000 - memory = 512 + memory = 2000 } } }