Start a local PlantUML server on boot

This commit is contained in:
Ohad Livne 2025-12-18 22:27:25 +02:00
parent 82cd587d18
commit 5f99d941ab
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,17 @@
[Unit]
Description=A local PlantUML server
[Container]
# keep-sorted start
ContainerName=plantuml
Image=docker.io/plantuml/plantuml-server:jetty
Network=private
PublishPort=8080:8080
ReadOnly=true
# keep-sorted end
[Install]
WantedBy=default.target
[Service]
Restart=always

View file

@ -6,6 +6,7 @@ IFS=$'\n\t'
IMAGES=( IMAGES=(
# keep-sorted start # keep-sorted start
docker.io/ollama/ollama:latest docker.io/ollama/ollama:latest
docker.io/plantuml/plantuml-server:jetty
ghcr.io/hadolint/hadolint:latest ghcr.io/hadolint/hadolint:latest
lscr.io/linuxserver/transmission:latest lscr.io/linuxserver/transmission:latest
# keep-sorted end # keep-sorted end