Manual fork of official GitHub repository for docker deployment of Mattermost
https://github.com/mattermost/mattermost-docker
app | ||
db | ||
web | ||
docker-compose.yml | ||
LICENSE | ||
README.md |
Dockerfiles for Mattermost in production
Requirement
Howto
Install SSL certificate
You must install SSL certificate before starting. Put your SSL certificate as
web/cert/cert.pem
and the private key that has no password as
web/cert/private/key-no-password.pem
.
If you don't have them you can generate a self-signed SSL certificate.
(Re)start
- Run
docker-compose up -d
. - Open
https://your.domain:8065
with your web browser.
Stop
Run docker-compose stop
.
Remove
Run docker-compose stop && docker-compose rm
.
More informations
If you want to know how to use docker-compose, see the overview page.
For the server configurations, see Production-Ubuntu.md of mattermost.