Adds auto-update to containers, enables auto-update for root, sync only at 8 and 20, excludes some files from sync
This commit is contained in:
@@ -14,6 +14,7 @@ HealthInterval=30s
|
||||
HealthTimeout=10s
|
||||
HealthRetries=5
|
||||
Image=ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=immich.pod
|
||||
Secret=database-password,type=env,target=POSTGRES_PASSWORD
|
||||
ShmSize=128m
|
||||
|
||||
@@ -11,6 +11,7 @@ Environment=IMMICH_VERSION=v2
|
||||
Environment=TZ=Europe/Zurich
|
||||
Environment=UPLOAD_LOCATION=./library
|
||||
Image=ghcr.io/immich-app/immich-machine-learning:release
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=immich.pod
|
||||
Secret=database-password,type=env,target=DB_PASSWORD
|
||||
StartWithPod=true
|
||||
|
||||
@@ -10,6 +10,7 @@ HealthInterval=30s
|
||||
HealthTimeout=10s
|
||||
HealthRetries=5
|
||||
Image=docker.io/valkey/valkey:8@sha256:81db6d39e1bba3b3ff32bd3a1b19a6d69690f94a3954ec131277b9a26b95b3aa
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=immich.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
|
||||
@@ -15,6 +15,7 @@ Environment=IMMICH_VERSION=v2
|
||||
Environment=TZ=Europe/Zurich
|
||||
Environment=UPLOAD_LOCATION=./library
|
||||
Image=ghcr.io/immich-app/immich-server:release
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=immich.pod
|
||||
Secret=database-password,type=env,target=DB_PASSWORD
|
||||
StartWithPod=true
|
||||
|
||||
Reference in New Issue
Block a user