Compare commits
No commits in common. "96090cb604fc8adc7f604b422b61e3a21338a0a0" and "664c187bcfa1f4aaa79c000b1ff4b39e618f7a50" have entirely different histories.
96090cb604
...
664c187bcf
3 changed files with 3 additions and 9 deletions
|
|
@ -6,7 +6,7 @@ Description=A local LLM server
|
|||
AutoUpdate=registry
|
||||
ContainerName=ollama
|
||||
DropCapability=ALL
|
||||
Environment=OLLAMA_KEEP_ALIVE=30m
|
||||
Environment=OLLAMA_KEEP_ALIVE=10m
|
||||
HealthCmd=ollama list
|
||||
# HealthInterval=30s
|
||||
# HealthStartPeriod=15s
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ DropCapability=ALL
|
|||
Image=docker.io/plantuml/plantuml-server:jetty
|
||||
Network=private
|
||||
NoNewPrivileges=true
|
||||
PodmanArgs=--cpus 1 --memory 1g --pull=newer --transient-store
|
||||
PodmanArgs=--pull=newer --transient-store
|
||||
PublishPort=127.0.0.1:8080:8080
|
||||
ReadOnly=true
|
||||
# keep-sorted end
|
||||
|
|
@ -18,8 +18,4 @@ ReadOnly=true
|
|||
WantedBy=default.target
|
||||
|
||||
[Service]
|
||||
# keep-sorted start
|
||||
CPUQuota=100%
|
||||
MemoryMax=1G
|
||||
Restart=always
|
||||
# keep-sorted end
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ HealthCmd=curl --fail --silent http://localhost:9091/
|
|||
# HealthStartPeriod=30s
|
||||
Image=lscr.io/linuxserver/transmission:latest
|
||||
Network=private
|
||||
PodmanArgs=--cpus 2 --memory 512m --pull=newer --transient-store
|
||||
PodmanArgs=--pull=newer --transient-store
|
||||
PublishPort=127.0.0.1:9091:9091
|
||||
PublishPort=51413:51413
|
||||
PublishPort=51413:51413/udp
|
||||
|
|
@ -28,12 +28,10 @@ WantedBy=default.target
|
|||
|
||||
[Service]
|
||||
# keep-sorted start
|
||||
CPUQuota=200%
|
||||
ExecStartPre=mkdir --parents %h/.config/transmission
|
||||
ExecStartPre=mkdir --parents %h/Downloads/transmission
|
||||
ExecStartPre=mkdir --parents %h/Downloads/transmission/complete
|
||||
ExecStartPre=mkdir --parents %h/Downloads/transmission/incomplete
|
||||
ExecStartPre=mkdir --parents %h/Downloads/transmission/watch
|
||||
MemoryMax=512M
|
||||
Restart=always
|
||||
# keep-sorted end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue