diff --git a/infrastructure/website/nomad.hcl b/infrastructure/website/nomad.hcl index 776fff3..607ad8e 100644 --- a/infrastructure/website/nomad.hcl +++ b/infrastructure/website/nomad.hcl @@ -8,7 +8,11 @@ job "website" { } group "website" { - count = 1 + count = 2 + + update { + max_parallel = 1 + } network { mode = "bridge"