# {{ ansible_managed }}

[Unit]
Description=The Lounge

[Container]
ContainerName=thelounge
Image=ghcr.io/thelounge/thelounge:latest

PublishPort=9000:9000

Volume=thelounge-data:/var/opt/thelounge

[Service]
Restart=always

[Install]
WantedBy=multi-user.target