18 lines
283 B
Text
18 lines
283 B
Text
# {{ ansible_managed }}
|
|
|
|
[Unit]
|
|
Description=The Lounge
|
|
|
|
[Container]
|
|
ContainerName=thelounge
|
|
Image=ghcr.io/thelounge/thelounge:latest
|
|
|
|
PublishPort={{ thelounge_http_port }}:9000
|
|
|
|
Volume=thelounge-data:/var/opt/thelounge
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|