Files

20 lines
499 B
Bash
Raw Permalink Normal View History

2026-03-26 16:15:11 +00:00
# Container & Image Konfiguration
2026-03-26 16:12:17 +00:00
MM_NAME=mattermost-server
MM_IMAGE=mattermost/mattermost-team-edition:latest
2026-03-26 16:15:11 +00:00
# Datenbank Konfiguration
2026-03-26 16:12:17 +00:00
MM_POSTGRES_USER=mmuser
2026-03-26 16:15:11 +00:00
MM_POSTGRES_PASSWORD=mmuser_password_aendern
2026-03-26 16:12:17 +00:00
MM_POSTGRES_DB=mattermost
2026-03-26 16:15:11 +00:00
# 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
2026-03-26 16:12:17 +00:00
# Netzwerk / Hosts
2026-03-26 16:15:11 +00:00
MM_EXTERNAL_HOST=dockerhost:127.0.0.1