add mattermost

This commit is contained in:
L4RM4ND
2023-11-28 13:43:37 +01:00
parent 5bd7e26592
commit ffa2bbd7b8
4 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# References
- https://github.com/mattermost/docker
- https://docs.mattermost.com/install/install-docker.html
# Notes
The bind volume permissions must be adjusted:
````
sudo chown -R 2000:2000 /mnt/docker-volumes/mattermost/*
````
Then rename `env.example` to `.env` and adjust to your needs.
Finally, run `docker compose up` to spawn the container.