matermost/.env aktualisiert

This commit is contained in:
2026-03-26 16:15:11 +00:00
parent ba50f3d763
commit 4b90e86bee

View File

@@ -1,27 +1,20 @@
# Mattermost Container Einstellungen # Container & Image Konfiguration
MM_NAME=mattermost-server MM_NAME=mattermost-server
MM_IMAGE=mattermost/mattermost-team-edition:latest MM_IMAGE=mattermost/mattermost-team-edition:latest
MM_URL=http://localhost:8065
# Admin Account (Initiales Setup) # Datenbank Konfiguration
MM_ADMIN_USERNAME=admin
MM_ADMIN_PASSWORD=change_me_please
MM_ADMIN_EMAIL=admin@example.com
# Datenbank Einstellungen
MM_POSTGRES_USER=mmuser MM_POSTGRES_USER=mmuser
MM_POSTGRES_PASSWORD=mmuser_password MM_POSTGRES_PASSWORD=mmuser_password_aendern
MM_POSTGRES_DB=mattermost MM_POSTGRES_DB=mattermost
# Pfade für Volumes (lokale Verzeichnisse) # Mattermost Einstellungen
MM_VOLUME_DATA=./volumes/app/data MM_URL=http://localhost:8065
MM_VOLUME_CONFIG=./volumes/app/config MM_ADMIN_EMAIL=admin@example.com
MM_VOLUME_CLIENT_PLUGINS=./volumes/app/client/plugins MM_ADMIN_USERNAME=admin
MM_VOLUME_PLUGINS=./volumes/app/plugins MM_ADMIN_PASSWORD=dein_sicheres_passwort
MM_VOLUME_BLEVE_INDEXES=./volumes/app/bleveindexes
MM_VOLUME_LOGS=./volumes/app/logs # Pfade (Base Directory)
MM_VOLUME_POSTGRES=./volumes/db/data/ MM_VOLUME=./mattermost_data
# Netzwerk / Hosts # Netzwerk / Hosts
# Format: "hostname:ip" - z.B. "host.docker.internal:host-gateway" MM_EXTERNAL_HOST=dockerhost:127.0.0.1
MM_EXTERNAL_HOST=host.docker.internal:host-gateway