Run two authelia instances now that it's stateless

This commit is contained in:
IamTheFij 2023-07-07 15:51:34 -07:00
parent 2b91b6dc8f
commit df062000e7

View File

@ -58,6 +58,7 @@ module "authelia" {
source = "../services/service"
name = "authelia"
instance_count = 2
priority = 70
image = "authelia/authelia:latest"
args = ["--config", "$${NOMAD_TASK_DIR}/authelia.yml"]