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:
@@ -7,6 +7,7 @@ ContainerName=gotenberg
|
||||
Environment=TZ=Europe/Zurich
|
||||
Exec=gotenberg --chromium-disable-javascript=true --chromium-allow-list=file:///tmp/.*
|
||||
Image=docker.io/gotenberg/gotenberg:8
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=paperless.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
|
||||
@@ -12,6 +12,7 @@ HealthInterval=30s
|
||||
HealthTimeout=10s
|
||||
HealthRetries=5
|
||||
Image=docker.io/library/postgres:18
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=paperless.pod
|
||||
Secret=database-password,type=env,target=POSTGRES_PASSWORD
|
||||
StartWithPod=true
|
||||
|
||||
@@ -6,6 +6,7 @@ AutoUpdate=registry
|
||||
ContainerName=paperless-redis
|
||||
Environment=TZ=Europe/Zurich
|
||||
Image=docker.io/library/redis:8
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=paperless.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
|
||||
@@ -27,6 +27,7 @@ Environment=TZ=Europe/Zurich
|
||||
Environment=USERMAP_GID=1020
|
||||
Environment=USERMAP_UID=1020
|
||||
Image=ghcr.io/paperless-ngx/paperless-ngx:latest
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=paperless.pod
|
||||
Secret=paperless-secret-key,type=env,target=PAPERLESS_SECRET_KEY
|
||||
StartWithPod=true
|
||||
|
||||
@@ -6,6 +6,7 @@ AutoUpdate=registry
|
||||
ContainerName=tika
|
||||
Environment=TZ=Europe/Zurich
|
||||
Image=docker.io/apache/tika:latest
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=paperless.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
|
||||
Reference in New Issue
Block a user