Update immich version and improve workers
Add new worker role for dedicated workers and add limits to defaults workers
This commit is contained in:
parent
92e16eea34
commit
92ed74d591
4 changed files with 101 additions and 8 deletions
|
|
@ -294,11 +294,20 @@ services = {
|
|||
monitoring = {
|
||||
group = "3-services"
|
||||
}
|
||||
auth = true
|
||||
auth = false
|
||||
auth_redirects = ["https://gallery.serguzim.me/auth/login"]
|
||||
database = false
|
||||
},
|
||||
|
||||
"immich_worker" = {
|
||||
host = "node004"
|
||||
monitoring = {
|
||||
group = "7-support"
|
||||
}
|
||||
auth = false
|
||||
database = false
|
||||
},
|
||||
|
||||
"influxdb" = {
|
||||
host = "node001"
|
||||
dns = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue