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:
@@ -13,6 +13,7 @@ HealthInterval=30s
|
||||
HealthTimeout=10s
|
||||
HealthRetries=5
|
||||
Image=docker.io/postgres:18
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=synapse.pod
|
||||
Secret=database-password,type=env,target=POSTGRES_PASSWORD
|
||||
StartWithPod=true
|
||||
|
||||
@@ -9,6 +9,7 @@ ContainerName=synapse
|
||||
Environment=SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||
Environment=TZ=Europe/Zurich
|
||||
Image=docker.io/matrixdotorg/synapse:latest
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=synapse.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
|
||||
Reference in New Issue
Block a user