bunkerweb/examples/mattermost
2026-05-22 23:21:55 +02:00
..
.env add bunkerweb 1.6 2024-07-01 11:21:54 +02:00
autoconf.yml feat(docker): add PGDATA environment variable for PostgreSQL data directory 2026-03-24 16:14:12 +01:00
cleanup-kubernetes.sh chmod +x all examples scripts 2024-12-24 12:49:09 +01:00
docker-compose.yml Road to 1.6.11~rc1 🚀 2026-05-22 23:21:55 +02:00
kubernetes.yml add bunkerweb 1.6 2024-07-01 11:21:54 +02:00
mattermost-chart-values.yml add bunkerweb 1.6 2024-07-01 11:21:54 +02:00
README.md add bunkerweb 1.6 2024-07-01 11:21:54 +02:00
setup-autoconf.sh chmod +x all examples scripts 2024-12-24 12:49:09 +01:00
setup-docker.sh chmod +x all examples scripts 2024-12-24 12:49:09 +01:00
setup-kubernetes.sh chmod +x all examples scripts 2024-12-24 12:49:09 +01:00
tests.json refactor: Remove 'kubernetes' from kinds in Mattermost test configuration as the helm we were using was deprecated 2025-10-30 14:21:57 +01:00

We assume that you are already familiar with Mattermost Docker stack. You will find more info in the documentation and the mattermost/docker repo.

Procedure :

  • Edit domains in the compose file
  • Edit variables in the .env file
  • Run setup.sh as root
  • Start services with docker-compose up -d