From 7b8be2bcbd9ae84b456aeb028610898cca9e9e1f Mon Sep 17 00:00:00 2001 From: tadmin Date: Thu, 26 Mar 2026 16:12:17 +0000 Subject: [PATCH] =?UTF-8?q?matermost/.env=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- matermost/.env | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 matermost/.env diff --git a/matermost/.env b/matermost/.env new file mode 100644 index 0000000..8d3aaf9 --- /dev/null +++ b/matermost/.env @@ -0,0 +1,27 @@ +# Mattermost Container Einstellungen +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 +MM_POSTGRES_USER=mmuser +MM_POSTGRES_PASSWORD=mmuser_password +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/ + +# Netzwerk / Hosts +# Format: "hostname:ip" - z.B. "host.docker.internal:host-gateway" +MM_EXTERNAL_HOST=host.docker.internal:host-gateway \ No newline at end of file