
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.
22 lines
359 B
Text
22 lines
359 B
Text
[Unit]
|
|
Description=IRC client
|
|
After=caddy.service
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=ghcr.io/thelounge/thelounge:latest
|
|
ContainerName=thelounge
|
|
HostName=thelounge
|
|
AutoUpdate=registry
|
|
|
|
Network=protonvpn
|
|
PublishPort=9000
|
|
|
|
Volume=/volumes/books/thelounge/var/opt/thelounge:/var/opt/thelounge
|
|
|