bitb0x/roles/apps/templates/rtl/rtl-node.container.j2
b0xxer 36a67e91c0 added aliases for pmls / pmlsa
added basic rtl container (not configured yet)
2024-02-15 07:56:39 -06:00

21 lines
486 B
Django/Jinja

[Unit]
Description=RTL Web App
[Container]
Image={{ registry_url }}/rtl:{{ rtl_version }}
PodmanArgs=--pod bitcoin-pod
# Use volume
[Service]
# Restart service when sleep finishes
Restart=always
# Extend Timeout to allow time to pull the image
TimeoutStartSec=900
# ExecStartPre flag and other systemd commands can go here, see systemd.unit(5) man page.
# ExecStartPre=/usr/share/mincontainer/setup.sh
[Install]
# Start by default on boot
WantedBy=multi-user.target default.target