Commit Graph

131 Commits

Author SHA1 Message Date
Quentin de Longraye
ddd1363360 add update section to the readme 2017-03-03 17:16:47 +01:00
Pan Luo
7b478061f1 Merge pull request #103 from darkrasid/master
add log dir volume option on docker-compose file
2017-03-01 21:21:38 -08: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
c6e177cdf2 Merge pull request #99 from nikosch86/docker-compose-dependencies
make use of docker compose dependencies
2017-02-23 13:31:18 -08:00
nikosch86
1cb127e849 services should be stoppable (#97)
services should be stoppable
2017-02-23 13:30:41 -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
pilsner
d9aaad088a add log dir volume option on docker-compose file 2017-02-23 14:09:53 +09:00
Nikolaus
5094af97e0 make use of docker compose dependencies 2017-02-20 09:56:11 +04:00
Pan Luo
02745dd6b4 Merge pull request #89 from darkrasid/master
set db setting on app also
2017-02-11 16:06:39 -08:00
Pan Luo
327ebae8b5 Merge pull request #91 from mattermost/maintenance
Maintainer Guide
2017-02-11 16:02:23 -08:00
it33
8d186bff81 Updating based on xcompass feedback 2017-02-04 08:39:32 -08:00
it33
60b04f9a3f Capitalization change 2017-02-03 22:54:14 -08:00
it33
773568a835 Update MAINTENANCE.md 2017-02-03 22:46:32 -08:00
it33
b123e7276d Adding short/long name 2017-02-03 22:09:24 -08:00
it33
50971b8529 Tweak name 2017-02-03 22:08:11 -08:00
it33
d95d2a3645 Slight updates to README
Slight updates to README
2017-02-03 22:07:23 -08:00
it33
37d6418c15 Tweak to sound more polite 2017-02-03 21:52:37 -08:00
it33
d40e9b19d8 Fixing typo 2017-02-03 21:43:27 -08:00
it33
3a9ae11c9b Minor formatting and naming changes 2017-02-03 21:42:44 -08:00
it33
adca09354c Correcting dates 2017-02-03 21:35:32 -08:00
it33
b6c13555dc Update MAINTENANCE.md 2017-02-03 21:01:22 -08:00
it33
062bfeafc7 Update MAINTENANCE.md 2017-02-03 20:56:53 -08:00
it33
6c69e82998 Merge pull request #88 from timrsmith/master
Updating Dockerfile for Mattermost 3.6.2
2017-02-03 20:54:37 -08:00
it33
a6c68daef9 Maintenance info page
Drafting maintenance info page to server as a template for other open source projects
2017-02-03 20:33:53 -08:00
Pan Luo
2a89bdc48f
Update to 3.6.2 2017-02-03 14:13:13 -08:00
pilsner
ff571ff4f4 set db setting on app also
- db setting is available on db
- app also uses same valiables (eg. MM_USERNAME...)  however there is no hint on compose file.
2017-02-03 17:19:04 +09:00
Tim Smith
f37ec3d772 Updating Dockerfile for Mattermost 3.6.2
Recommended security update.
2017-02-02 12:13:20 -08:00
Pan Luo
3aea843e38
Add non-docker install doc link 2017-01-30 16:51:36 -08:00
Pan Luo
174d96a0a7 Merge pull request #85 from jasonblais/patch-3
Update link to install guide
2017-01-30 16:08:59 -08:00
Pan Luo
4c30235fde
Export vars to fix the postgres container error 2017-01-30 15:57:17 -08:00
Jason Blais
10b5d1e078 Update link to install guide 2017-01-27 09:25:58 -05:00
lfbrock
5c9589dae0 Update Dockerfile 2017-01-20 10:54:45 -05:00
lfbrock
4c716ea0b6 Update Dockerfile for v3.6.0 2017-01-12 18:20:56 -05:00
Andrey Devyatkin
ce53a32e95 Update docker-compose file to v2 format (#62)
* Added docker-compose file v2 format and renamed old one to docker-compose-v1.yml
2016-12-20 00:13:02 -08:00
Eric Sethna
782129450e Merge pull request #65 from jasonblais/patch-1
Update Dockerfile for Mattermost 3.5.1
2016-11-23 14:17:10 -07:00
Eric Sethna
1bc6468407 Update Dockerfile 2016-11-23 14:15:22 -07:00
Yi EungJun
77163a69c6 Merge pull request #58 from jdoubleu/patch-1
Fixing web proxy dealing with protocols
2016-11-23 01:30:50 +09:00
Jason Blais
f601ee5f25 Update Dockerfile for Mattermost 3.5 2016-11-21 14:31:08 -05:00
Yi EungJun
c1c1fe8a9c Fix 502 gateway error 2016-11-05 21:49:52 +09:00
Yi EungJun
9943072ec7 Merge pull request #56 from 5ak3t/patch-1
updated docker compose file to set db variables at a single source #55
2016-11-05 00:23:13 +09:00
John
a83cc74087 Updated nginx ssl config to provide correct X-Forwared-Proto header 2016-10-15 13:29:13 +02:00
John
d9b9d12d08 Updated nginx config to provide correct X-Forwared-Proto header 2016-10-15 13:26:08 +02:00
5ak3t
b27089605f updated docker compose file to set db variables at a single source #55 2016-10-15 09:53:00 +05:30
Yi EungJun
3cb431a35c Merge pull request #54 from remialvado/fix/fix-wale-dependency
fix(deps): fix dependency toward wal-e to avoid issues with Python mi…
2016-10-08 22:23:35 +09:00
Yi EungJun
41b57ede1b Restart always by default 2016-10-08 19:47:25 +09:00
Yi EungJun
1aaca49a46 k8s: Move files for k8s into contrib directory 2016-10-08 19:12:56 +09:00
Rémi Alvado
1e02b33cd3 fix(deps): fix dependency toward wal-e to avoid issues with Python minimal requirement 2016-10-07 14:52:51 +02:00
Yi EungJun
36ef5ccd28 Merge pull request #50 from rothgar/kubernetes
Kubernetes manifest examples and README
2016-09-20 01:34:04 +09:00
Justin Garrison
39e5b82778 updated main README kubernetes link 2016-09-19 08:30:29 -07:00