Run two authelia instances now that it's stateless
This commit is contained in:
parent
2b91b6dc8f
commit
df062000e7
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user