Yi EungJun
1374ba50e8
Mount the data at ./volumes/app/mattermost/data
2015-12-16 16:26:27 +09:00
Yi EungJun
8de0a04739
Sync container's time with host
2015-12-16 16:25:41 +09:00
Yi EungJun
fe68c85a21
Mount the database at ./volumes/db/var/lib/postgresql/data/
2015-12-04 18:16:01 +09:00
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
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