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