2024-11-15 16:50:11 +01:00
|
|
|
# {{ ansible_managed }}
|
|
|
|
|
2024-11-14 15:56:22 +01:00
|
|
|
[Unit]
|
|
|
|
Description=The Lounge
|
|
|
|
|
|
|
|
[Container]
|
|
|
|
ContainerName=thelounge
|
|
|
|
Image=ghcr.io/thelounge/thelounge:latest
|
2024-11-18 15:48:02 +01:00
|
|
|
AutoUpdate=registry
|
2024-11-14 15:56:22 +01:00
|
|
|
|
2024-11-18 15:35:55 +01:00
|
|
|
PublishPort={{ thelounge_http_port }}:9000
|
2024-11-14 15:56:22 +01:00
|
|
|
|
|
|
|
Volume=thelounge-data:/var/opt/thelounge
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|