Commit Graph

57 Commits

Author SHA1 Message Date
Yi EungJun
2d908b3cca Fix a bug that config.json is not created
Do not copy config.json into /matteronst/config directly because:

> Changes to a data volume will not be included when you update an image.
>
> -- https://docs.docker.com/engine/userguide/dockervolumes/

Instead copy config.template.json into the root and generate
/mattermost/config/config.json from the file.
2015-12-04 18:08:13 +09:00
Yi EungJun
c1c06ec5a3 Do not expose ports unnecessarilly. 2015-12-04 17:58:23 +09:00
Yi EungJun
72df442289 Fix loss of settings when 'app' is recreated 2015-12-04 00:40:22 +09:00
Yi EungJun
1461108d12 README: Add known issues 2015-12-04 00:40:11 +09:00
Yi EungJun
1c99770782 Add README and LICENSE 2015-11-30 17:58:11 +09:00
Yi EungJun
4cf5bdc8c8 Docker for mattermost in production
1. Put cert.pem into web/cert and key-no-password.pem into web/cert/private.
2. docker-compose up -d

The settings of the servers are based on
https://github.com/mattermost/platform/blob/master/doc/install/Production-Ubuntu.md.

app/config_docker.json is based on
https://raw.githubusercontent.com/mattermost/platform/master/config/config.json.
2015-11-30 17:54:49 +09:00
Yi EungJun
8bab0a6d03 initial commit 2015-11-27 15:44:58 +09:00