Enable auto updates for the service containers
This commit is contained in:
parent
93f0d00179
commit
299de502fc
3 changed files with 3 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue