From 29c51a3e8bde32032cba9d63f48041f4faaced28 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Wed, 27 Dec 2023 05:58:25 +0000 Subject: [PATCH] More RAM and meta tag. --- services/couchdb.hcl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/couchdb.hcl b/services/couchdb.hcl index 31a8591..edc7d1b 100644 --- a/services/couchdb.hcl +++ b/services/couchdb.hcl @@ -1,6 +1,10 @@ job "couchdb" { datacenters = ["alo"] + meta { + uuid = uuidv4() + } + group "db" { network { port "api" { @@ -32,6 +36,10 @@ job "couchdb" { ] } + resources { + memory = 2000 + } + template { data = <