From a7a1869574a1c9c5fecbadabd5c7f6a55ac9a5ce Mon Sep 17 00:00:00 2001 From: tadmin Date: Thu, 26 Mar 2026 16:34:36 +0000 Subject: [PATCH] =?UTF-8?q?mattermost/.env=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mattermost/.env | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mattermost/.env diff --git a/mattermost/.env b/mattermost/.env new file mode 100644 index 0000000..41099e1 --- /dev/null +++ b/mattermost/.env @@ -0,0 +1,20 @@ +# Container & Image Konfiguration +MM_NAME=mattermost-server +MM_IMAGE=mattermost/mattermost-team-edition:latest + +# Datenbank Konfiguration +MM_POSTGRES_USER=mmuser +MM_POSTGRES_PASSWORD=mmuser_password_aendern +MM_POSTGRES_DB=mattermost + +# 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 +MM_EXTERNAL_HOST=dockerhost:127.0.0.1 \ No newline at end of file