podbox/quadlets/weechat.container
2024-11-08 18:58:06 -06:00

24 lines
541 B
Text

[Unit]
Description=IRC client
[Service]
Restart=on-failure
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=docker.io/weechat/weechat:latest-alpine-slim
ContainerName=weechat
HostName=weechat
AutoUpdate=registry
# Persist the full home dir
# FIXME: weechat throws tons of permission errors. Could be related to me
# destroying and rebuilding the volumes and disks and $ctuser on my end
Volume=/volumes/books/weechat/home/user:/home/user
# FIXME: Better way to attach stdin and tty
PodmanArgs=-a stdin --tty=true