John
d9b9d12d08
Updated nginx config to provide correct X-Forwared-Proto header
2016-10-15 13:26:08 +02:00
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
Justin Garrison
51167ed1e3
Moved kubernetes/README to contrib/kubernetes/
2016-09-19 08:29:23 -07:00
Justin Garrison
2a1998b4b2
added link to kubernetes folder in main README
2016-09-18 22:21:01 -07:00
Justin Garrison
3ae6029684
renamed k8s -> kubernetes
2016-09-18 22:17:17 -07:00
Justin Garrison
850fc79407
documentation fixes 📃
2016-09-18 22:16:41 -07:00
Justin Garrison
c8a5cfa236
Switched rc -> deployment and using secret instead of configmap.
...
Added README with steps to run postgres.
2016-09-18 22:04:44 -07:00
Justin Garrison
9773fa0ce1
initial sample mattermost kubernetes manifests
2016-09-18 10:03:40 -07:00
Yi EungJun
e46a014688
app: upgrade to Mattermost 3.4.0
2016-09-16 18:02:10 +09:00
Yi EungJun
74af02ead1
Merge pull request #47 from xcompass/custom-archive-timeout
...
Add environment var to allow customize archive timeout
2016-08-18 10:15:36 +09:00
Pan Luo
0f4d339b57
Add environment var to allow customize archive timeout
2016-08-16 23:45:54 -07:00
Yi EungJun
e904375698
app: upgrade to Mattermost 3.3.0
2016-08-17 15:14:16 +09: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
Yi EungJun
cac71e6c59
app: Upgrade to Mattermost 3.2.0
2016-07-16 21:25:21 +09:00
Yi EungJun
777d8c6fd3
aws: Upgrade to Mattermost 3.1.0
2016-06-21 19:20:34 +09:00
Yi EungJun
0cd5beb897
app: Upgrade to Mattermost 3.1.0
2016-06-17 00:12:15 +09:00
Yi EungJun
b7425caddb
app: Make it works without volume mounting
...
This fixes https://github.com/mattermost/mattermost-docker/pull/32#issuecomment-226408765 .
2016-06-17 00:12:15 +09:00
Yi EungJun
82a0874255
app: Display hostname and port for database
2016-06-17 00:12:15 +09:00
Yi EungJun
89c1f7342b
Merge pull request #29 from pierreozoux/patch-1
...
typo
2016-06-10 16:56:28 +09:00
Pierre Ozoux
b2b94d70c2
typo
2016-06-09 15:31:33 +01:00
Yi EungJun
70a747a2c0
Delete docker-compose-nossl.yml unused since 8113605
2016-06-07 11:45:58 +09: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
928bcc25a1
web: Do not depend IP address of app
2016-06-01 21:03:46 +09:00
Yi EungJun
4bf0f4b64a
web: Do not store secret files in container
2016-06-01 21:03:46 +09:00
Yi EungJun
64163f2e05
web: Redirect 80 to 443
2016-06-01 21:03:46 +09:00
Yi EungJun
03357a87c1
web: Send logs to docker
2016-06-01 21:03:46 +09:00
Yi EungJun
25556d41de
app: Upgrade to mattermost 3.0.2
2016-05-18 10:08:22 +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
89d58d7a44
app: Allow to give arguments for 'platform'
2016-05-17 21:10:37 +09:00
Yi EungJun
195ddeb980
app: Upgrade to mattermost 3.0.1
2016-05-17 19:26:46 +09:00
Yi EungJun
808f5af669
db: Make docker-entrypoint1.sh executable
...
The file should be marked as executable in the container because the
host on which it was built may not support executable bit (e.g.
Microsoft Windows).
This fixes https://github.com/mattermost/mattermost-docker/issues/20 .
2016-05-17 19:21:12 +09:00
Yi EungJun
c89c541c9a
Merge branch 'pgdata-path' of https://github.com/xcompass/mattermost-docker
...
* 'pgdata-path' of https://github.com/xcompass/mattermost-docker :
Use $PGDATA env var to setup wal-e
2016-05-09 20:08:19 +09:00
Yi EungJun
40276c8b21
travis: Fail if the status code is error
2016-05-09 20:03:06 +09:00
Pan Luo
97966787dd
Use $PGDATA env var to setup wal-e
...
$PGDATA is set in upstream postgres dockerfile and should be used in
downstream in case the postgres data directory is changed in the future.
2016-05-08 10:51:16 -07:00
Yi EungJun
a312819f10
Merge pull request #18 from xcompass/wal-fix
...
Fix #15 , WAL in archive mode when backup is off
2016-05-08 21:51:39 +09:00
Pan Luo
530e8f0194
Fix #15 , WAL in archive mode when backup is off
...
WAL logs in archive mode will consume a lot more spaces and not useful
when backup is off. This fix add ability to switch WAL logs mode based
on the backup switch.
2016-05-06 23:27:41 -07: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
Yi EungJun
f769fb29e0
Merge pull request #11 from xcompass/db-backup
...
Enable database backup through Wal-E
2016-04-21 15:14:50 +09:00
Yi EungJun
9fb62460a8
web: Fix HTTPS redirecting
...
This fixes https://github.com/mattermost/mattermost-docker/issues/12
2016-04-20 22:35:51 +09:00
Pan Luo
ba31a0da79
Add Wal-E backup support
2016-04-20 02:13:36 -07:00
Yi EungJun
56481dc6b1
travis: Display logs after failure
2016-04-20 15:09:16 +09:00
Yi EungJun
7d89531c4a
app: Upgrade to mattermost 2.2.0
2016-04-19 10:57:12 +09:00