diff --git a/services/authentik.hcl b/services/authentik.hcl index e62803e..9c37e89 100644 --- a/services/authentik.hcl +++ b/services/authentik.hcl @@ -84,6 +84,10 @@ job "authentik" { AUTHENTIK_EMAIL__HOST = "192.168.1.1" AUTHENTIK_EMAIL__FROM = "authentik@paler.net" } + + resources { + memory = 400 + } } } }