diff --git a/quadlets/thelounge.container b/quadlets/thelounge.container new file mode 100644 index 0000000..30c2a40 --- /dev/null +++ b/quadlets/thelounge.container @@ -0,0 +1,22 @@ +[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 +