diff --git a/services/beancount.hcl b/services/beancount.hcl index af2e0f2..531f0c6 100644 --- a/services/beancount.hcl +++ b/services/beancount.hcl @@ -40,6 +40,10 @@ job "beancount" { "traefik.http.routers.finances.middlewares=authentik@file", ] } + + resources { + memory = 400 + } } } }