google_spell_pspell: Initial version of role

This commit is contained in:
Timo Makinen 2024-04-13 20:20:58 +00:00
parent f08c478bf6
commit 80b7a7c97f
5 changed files with 105 additions and 11 deletions

View file

@ -0,0 +1,16 @@
[Unit]
Description=google-spell-pspell Container
Wants=network-online.target
After=network-online.target
[Service]
User=pspell
ExecStart=/usr/bin/podman run \
--rm -p 127.0.0.1:8010:80 \
--name google-spell-pspell \
google-spell-pspell:latest
ExecStop=/usr/bin/podman stop --ignore google-spell-pspell
ExecStopPost=/usr/bin/podman rm -f --ignore google-spell-pspell
[Install]
WantedBy=multi-user.target