web irc client
This commit is contained in:
parent
103d7325ab
commit
f20b8c645d
1 changed files with 22 additions and 0 deletions
22
quadlets/thelounge.container
Normal file
22
quadlets/thelounge.container
Normal file
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue