Commit Graph

17 Commits

Author SHA1 Message Date
Frank Maker
586b885473 Add trailing backslash to fix "not a directory" error
Running this Dockerfile on Fedora 22 throws a "not a directory" error when it reaches "ADD cert/cert.pem /cert". Adding a backslash to the path resolves the issue.
2016-01-05 11:34:08 -08:00
Yi EungJun
1d596261a5 Upgrade mattermost to 1.3.0 2015-12-17 18:06:11 +09:00
Yi EungJun
1052398af7 Revert some code committed mistakenly at 1374ba5 2015-12-17 18:04:35 +09:00
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
b4ad7f2119 Wait until database is ready 2015-12-09 18:57:58 +09:00
Yi EungJun
aa1b246388 Add an known issue about misconfigured database connection 2015-12-09 16:58:55 +09:00
Yi EungJun
99c04c7777 Add an known issue that app fails to start 2015-12-04 18:21:12 +09:00
Yi EungJun
3b4792988d Describe how to remove all data and configs 2015-12-04 18:21:11 +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
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