Compare commits

...

2 Commits

Author SHA1 Message Date
84ea544d41 UUID tag. 2025-01-03 09:07:36 +00:00
9120d91f7e More RAM for worker. 2025-01-03 09:07:25 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ job "authentik" {
}
resources {
memory = 400
memory = 600
}
}
}

View File

@@ -1,6 +1,10 @@
job "vikunja" {
datacenters = ["alo"]
meta {
uuid = uuidv4()
}
group "web" {
network {
port "http" {