added mattermost

This commit is contained in:
root
2026-05-13 09:21:46 -07:00
parent ea7469c459
commit 59168ba4f5
13 changed files with 1714 additions and 9 deletions
+22
View File
@@ -0,0 +1,22 @@
[Unit]
Description=Mattermost Team Edition
After=mm-db.service
[Container]
Image=gitea.iot.cudanet.org/administrator/quadlets/mattermost-app:v11.3.0
Environment=MM_SQLSETTINGS_DRIVERNAME=postgres
Environment=MM_SQLSETTINGS_DATASOURCE=postgres://mmuser:mmuser_password@mattermost-db:5432/mattermost?sslmode=disable&connect_timeout=10
# Map ports: 8065 is the default Mattermost port
PublishPort=8065:8065
Volume=/var/podman/mattermost/data:/mattermost/data:Z
Volume=/var/podman/mattermost/config:/mattermost/config:Z
Network=mattermost
ContainerName=mattermost
Environment="MM_SERVICESETTINGS_SITEURL=http://rpi.iot.cudanet.org:8065"
Environment="MM_SERVICESETTINGS_LISTENADDRESS=:8065"
[Service]
Restart=always
[Install]
WantedBy=multi-user.target default.target