Enable auto updates for the service containers
This commit is contained in:
parent
93f0d00179
commit
c0740c39f8
4 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Description=A local LLM server
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
|
AutoUpdate=registry
|
||||||
ContainerName=ollama
|
ContainerName=ollama
|
||||||
Environment=OLLAMA_KEEP_ALIVE=10m
|
Environment=OLLAMA_KEEP_ALIVE=10m
|
||||||
Image=docker.io/ollama/ollama:latest
|
Image=docker.io/ollama/ollama:latest
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ Description=A local PlantUML server
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
|
AutoUpdate=registry
|
||||||
ContainerName=plantuml
|
ContainerName=plantuml
|
||||||
Image=docker.io/plantuml/plantuml-server:jetty
|
Image=docker.io/plantuml/plantuml-server:jetty
|
||||||
Network=private
|
Network=private
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ Description=Transmission client service with web interface on localhost:9091
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
|
AutoUpdate=registry
|
||||||
ContainerName=transmission
|
ContainerName=transmission
|
||||||
Environment=PGID=1000
|
Environment=PGID=1000
|
||||||
Environment=PUID=1000
|
Environment=PUID=1000
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ git_sync_update() {
|
||||||
podman_update() {
|
podman_update() {
|
||||||
echo Updating podman images...
|
echo Updating podman images...
|
||||||
podman auto-update
|
podman auto-update
|
||||||
|
podman --transient-store auto-update
|
||||||
}
|
}
|
||||||
|
|
||||||
apt_update
|
apt_update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue