
It makes more sense to wrap every quadlet in its own dir. This makes it easier to copy a quadlet with batteries included for apps that require a valid config to be useful.
23 lines
362 B
Text
23 lines
362 B
Text
[Unit]
|
|
Description=Web assistant
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=docker.io/peterdemin/kibitzr:latest
|
|
AutoUpdate=registry
|
|
ContainerName=kibitzr
|
|
HostName=kibitzr
|
|
|
|
Network=
|
|
|
|
Volume=/volumes/kibitzr/root:/root
|
|
|
|
# NOTE: Initialize a default kibitzr.yml and kibitzr-creds.yml
|
|
#Exec=init
|
|
Exec=run
|