google_spell_pspell: Initial version of role
This commit is contained in:
parent
f08c478bf6
commit
80b7a7c97f
5 changed files with 105 additions and 11 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue