Commit Graph

53 Commits

Author SHA1 Message Date
Victor Yang
3ff54bc90f fix S3 wal-e support (#324)
* fix S3 wal-e support
2018-10-29 12:00:20 +01:00
Kyâne Pichou
e01e8e4c01
Fix typo (#323)
Thanks @adam-golab for the report (#320)
2018-10-05 21:19:39 +02:00
Kyâne Pichou
908ab3c22b
Add warning about read_only (#321)
Closes #317
2018-10-05 16:51:13 +02:00
cpanato
776169b16b
remove spaces 2018-08-24 14:35:01 +02:00
Yusuke Nemoto
1811af4a75 Backup plugins directory (#297) 2018-08-22 14:47:58 +02:00
wildloop
8c6b058e72 Mattermost application Cloud Foundry manifest (#278) 2018-06-12 20:06:32 +02:00
PICHOU Kyâne
c92df51d68 Add important upgrade notes for 4.9.0 2018-04-18 21:41:55 +02:00
antoineHC
f79bbea7a4 Production Hardening (#241) 2018-04-15 19:33:49 +02:00
Yusuke Nemoto
dbae001728 update link for ubuntu-16.04 (#235) 2018-02-11 12:28:25 +01:00
PICHOU Kyâne
4cc614a3ac Merge branch 'master' of github.com:mattermost/mattermost-docker 2017-11-07 19:38:41 +01:00
PICHOU Kyâne
4062d90068 Remove a remaining quote in README
Close #193
2017-11-07 19:37:46 +01:00
Kyâne Pichou
8dc50a5d31 Allow to customize app host/port (#181)
Allow to use custom hostname and/or port value for app container from the Web
container. Usefull for some people using containers provider (eg. #142)
2017-10-26 21:16:09 +02:00
pierre demagny
bcbe60a8d8 Add docker swarm mode support (#176)
* add docker swarm mode support

Signed-off-by: Pierre DEMAGNY <pdemagny@printoclock.com>

* use official prod-web image, respect project's standard directory layout & update readme accordingly.

Signed-off-by: Pierre DEMAGNY <pdemagny@printoclock.com>
2017-09-25 22:56:04 +02:00
PICHOU Kyâne
4aa2665d8e Add Docker requirements 2017-09-25 19:59:24 +02:00
PICHOU Kyâne
9fecc9d366 Update documentation to use MySQL 2017-09-25 18:57:52 +02:00
Kyâne Pichou
6ee75f4f6b Merge app dockerfiles (#146)
* Merge app dockerfiles

* Update readme for choosing team edition
2017-09-24 22:25:47 +02:00
Jason Blais
19f0bd8302 Update README.md (#166)
* Improve update documentation
2017-08-24 21:45:05 +02:00
Kyâne Pichou
b74145fad2 Fix datasource option in README 2017-07-16 12:38:23 +02:00
PICHOU Kyâne
ea748c2e52 Improve README 2017-07-16 12:33:41 +02:00
Kyâne Pichou
9d5d84409d Fix typo in README 2017-06-08 11:13:10 +02:00
Kyâne Pichou
6512a09608 Improve app Dockerfile (#131)
* Improve app Dockerfile
2017-06-07 22:48:41 +02:00
PICHOU Kyâne
c50cdfd6a0 Fix readme 2017-06-02 23:56:51 +02:00
PICHOU Kyâne
41c022a80b Move AWS conf to dedicated folder in contrib/ 2017-06-02 23:56:40 +02:00
Pan Luo
82f13b1e4c Move enterprise version into this branch (#94)
Since the only difference is mattermost package and  we don't want
to maintain two difference branches, just moved the enterprise version
into a alternative dockerfile
2017-03-13 15:26:45 -07:00
Quentin de Longraye
ddd1363360 add update section to the readme 2017-03-03 17:16:47 +01:00
nikosch86
f7c78e675a simplify reverse proxy (#98)
make use of mainline nginx image, switch ssl/non-ssl config file based on presence of cert/key, hardcode app port since it is hardcoded in the app container as well
2017-02-26 00:30:03 -08:00
nikosch86
142b766cde make use of postgres image db init script, use their variable naming … (#100)
* make use of postgres image db init script, use their variable naming scheme, make setup-wale executable so it can actually run
2017-02-23 13:32:24 -08:00
Pan Luo
2a0cf0cb21 Allow config location to be customized from CLI (#66)
* Allow config location to be customized from CLI

Config file should be stored in a persistent storage as it is stores the
app status and configuration. It should be independent from container
life cycle and mounted into app container. This commit allows config
location to be changed through CLI. So that when the persistent storage
is mounted, the location can be pointed to the mounted config file.

Also some updates for best practices:
* extracted version numbers in Dockerfile into a environment variable
* Added mattermost/bin to PATH environment variable

* Add customizable environment variables to readme
2017-02-22 21:37:43 -08:00
it33
d95d2a3645 Slight updates to README
Slight updates to README
2017-02-03 22:07:23 -08:00
Pan Luo
3aea843e38
Add non-docker install doc link 2017-01-30 16:51:36 -08:00
Jason Blais
10b5d1e078 Update link to install guide 2017-01-27 09:25:58 -05:00
Justin Garrison
39e5b82778 updated main README kubernetes link 2016-09-19 08:30:29 -07:00
Justin Garrison
2a1998b4b2 added link to kubernetes folder in main README 2016-09-18 22:21:01 -07:00
Yi EungJun
914b85dec4 README: fix incorrect SSL certifcate paths
Reported-by: Alax Villmann <alax@users.noreply.github.com>
2016-08-12 10:38:54 +09:00
Pierre Ozoux
b2b94d70c2 typo 2016-06-09 15:31:33 +01:00
Yi EungJun
595cca183c README: Fix markdown error 2016-06-03 00:13:13 +09:00
Yi EungJun
811360572e Unify docker-compose-nossl.yml and docker-compose-ssl.yml 2016-06-03 00:06:42 +09:00
Yi EungJun
75aca89805 README: Describe how to upgrade to 3.0.x from 2.x 2016-05-17 21:22:59 +09:00
Yi EungJun
ac0739ad46 README: Embeded travis status image 2016-04-25 00:44:45 +09:00
Yi EungJun
1b1dc3c79b Support aws beanstalk 2016-04-25 00:36:38 +09:00
Yi EungJun
92e0fd579c README: s/Requirement/Requirements/ 2016-04-25 00:36:01 +09:00
Pan Luo
ba31a0da79 Add Wal-E backup support 2016-04-20 02:13:36 -07:00
Yi EungJun
b7b44e6ff6 Support installation without SSL certificate
Now users should create a symbolic link to docker-compose-ssl.yml if
they want to enable SSL or docker-compose-nossl.yml if not.

Rewrite README to describe this rule.

This fixes https://github.com/mattermost/mattermost-docker/issues/5.
2016-04-19 00:33:33 +09:00
Yi EungJun
002f6749df README: Fix a dead link to Production-Ubuntu.md
This fixes https://github.com/mattermost/mattermost-docker/issues/9.
2016-04-17 18:37:57 +09:00
Yi EungJun
75bb4944ac app: Use hostname instead of ip for database 2016-01-25 15:46:08 +09:00
Yi EungJun
105b6e9b22 README: Use 443 port instead of 8065 2016-01-09 14:59:54 +00: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