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:
@@ -12,6 +12,7 @@ HealthInterval=30s
|
||||
HealthTimeout=10s
|
||||
HealthRetries=5
|
||||
Image=docker.io/postgres:18
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=wallabag.pod
|
||||
Secret=database-password,type=env,target=POSTGRES_PASSWORD
|
||||
StartWithPod=true
|
||||
|
||||
@@ -10,6 +10,7 @@ HealthInterval=30s
|
||||
HealthTimeout=10s
|
||||
HealthRetries=5
|
||||
Image=docker.io/redis:alpine
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=wallabag.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
|
||||
@@ -26,6 +26,7 @@ HealthInterval=30s
|
||||
HealthTimeout=5s
|
||||
HealthRetries=5
|
||||
Image=docker.io/wallabag/wallabag:latest
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=wallabag.pod
|
||||
Secret=database-password,type=env,target=POSTGRES_PASSWORD
|
||||
Secret=database-password,type=env,target=SYMFONY__ENV__DATABASE_PASSWORD
|
||||
|
||||
Reference in New Issue
Block a user