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
+21
View File
@@ -0,0 +1,21 @@
[Unit]
Description=Guacamole Postgres Database
[Container]
ContainerName=guac-db
Image=gitea.iot.cudanet.org/administrator/quadlets/postgres:15-alpine
Environment=POSTGRES_PASSWORD=guacamole
Environment=POSTGRES_DB=guacamole_db
Environment=POSTGRES_USER=guacamole
Volume=/var/podman/guacamole/guac/db:/var/lib/postgresql/data:Z
Network=guacamole.network
# This helps with SELinux/Permissions on some RPi distros
SecurityLabelDisable=true
[Service]
Restart=always
# Slow down the restart loop so it doesn't hit the throttle as fast
RestartSec=5s
[Install]
WantedBy=multi-user.target