https://github.com/stephane-klein/mattermost-hosting-playground
This repository contains a environment that allows to test Mattermost (OpenSource Slack alternative) deployment
https://github.com/stephane-klein/mattermost-hosting-playground
docker docker-compose mattermost playground self-hosted
Last synced: 2 months ago
JSON representation
This repository contains a environment that allows to test Mattermost (OpenSource Slack alternative) deployment
- Host: GitHub
- URL: https://github.com/stephane-klein/mattermost-hosting-playground
- Owner: stephane-klein
- Created: 2022-03-20T09:17:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T09:31:29.000Z (over 4 years ago)
- Last Synced: 2025-03-23T04:44:49.869Z (over 1 year ago)
- Topics: docker, docker-compose, mattermost, playground, self-hosted
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mattermost hosting playground
This repository contains a environment that allows to test [Mattermost](https://mattermost.com/) (OpenSource Slack
alternative) deployment.
Deployment is powered by Docker and `docker-compose.yml` file.
```sh
$ docker compose version
Docker Compose version 2.2.2
```
Let's start the services:
```sh
$ docker compose up -d mattermost --wait
```
Go to http://127.0.0.1:8065/
See also:
- [Mattermost Self-Hosted Changelog](https://docs.mattermost.com/install/self-managed-changelog.html)