Start a local PlantUML server on boot
This commit is contained in:
parent
82cd587d18
commit
5f99d941ab
2 changed files with 18 additions and 0 deletions
17
.config/containers/systemd/plantuml.container
Normal file
17
.config/containers/systemd/plantuml.container
Normal 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
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue