Yusuke Nemoto
bf2d66321f
Fix broken link ( #227 )
2018-01-21 23:06:54 +01:00
Mauricio Ugaz
09d59556e0
Swarm file flavors ( #222 )
...
* Better documentation for swarm file, avoid exposing ports for no reason
* add swarm file using traefik
2018-01-21 23:01:46 +01:00
Kyâne Pichou
bdabd10d4d
Add xmlsec1 package ( #226 )
...
Closes #225
2018-01-18 19:06:48 +01:00
3_1_3_u
5e1aea0555
Upgrade to 4.6 ( #223 )
2018-01-16 11:31:58 +01:00
Kyâne Pichou
30a8217f26
Remove deprecated procedure
...
Close #221
2018-01-09 22:37:46 +01:00
Dave Lasley
8bb026133d
[FIX] URLEncode PSQL Password ( #219 )
...
* URL Encode the Postgres password, allowing for special characters in the connection string
2018-01-05 19:26:44 +01:00
Veovis
dfe76684f4
Change the working dir for plugins to work ( #218 )
...
Fix https://github.com/mattermost/mattermost-docker/issues/217 with the default configuration on the PluginSettings as they use relative paths.
2018-01-01 17:58:08 +01:00
Tejas Bubane
283d2b71f0
Upgrade mattermost to 4.5.0 ( #216 )
2017-12-16 19:07:52 +01:00
Kyâne Pichou
18c3bec4c5
Upgrade to 4.4.5 ( #213 )
2017-12-12 20:40:00 +01:00
Kyâne Pichou
6421fead62
Upgrade to 4.4.3 ( #212 )
2017-12-05 21:52:00 +01:00
Sven Schliesing
c6c1049552
Fix typo in app Dockerfile ( #210 )
2017-11-26 19:58:56 +01:00
Pan Luo
5de76764be
Merge pull request #209 from andruwa13/4.4.2
...
Upgrade to 4.4.2
2017-11-22 21:03:29 -08:00
Andrew Vityuk
91d4d87df4
Upgrade to 4.4.2
2017-11-23 02:26:09 +02:00
3_1_3_u
48ff02839f
Images Ubuntu 16.04, optimization and reduce image size ( #204 )
2017-11-20 20:29:07 +01:00
Pan Luo
7cccaa82d7
Merge pull request #198 from mattermost/use-alpine-on-web
...
Use Alpine based Nginx image for Web container
2017-11-19 23:29:10 -08:00
3_1_3_u
01a5a5a2b7
Add security config to nginx ( #199 )
2017-11-19 12:02:45 +01:00
PICHOU Kyâne
d3a8121675
Use Alpine based Nginx image for Web container
2017-11-18 17:04:52 +01:00
3_1_3_u
b4b0aa1866
Upgrade to 4.4.1 ( #197 )
2017-11-16 21:01:36 +01:00
3_1_3_u
a44c046e3c
Upgrade to 4.4 ( #196 )
2017-11-15 17:45:24 -08:00
3_1_3_u
3baace04bb
Upgrade to 4.3.2 ( #194 )
2017-11-11 13:14:51 +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
Kyâne Pichou
3715c7aadd
Upgrade to 4.3.1 ( #186 )
2017-10-23 21:47:46 +02:00
sebgl
1943614f10
Remove deprecated links in docker-compose file ( #185 )
...
Using links is considered to be a deprecated feature of Docker,
in favor of user-defined networks (see
https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/ ).
Since the docker-compose file is in Version 2, a network is
automatically created for the 3 containers.
2017-10-20 20:19:34 +02:00
Kyâne Pichou
b9491b03ef
Upgrade to 4.3.0 ( #183 )
2017-10-15 22:04:51 +02:00
Kyâne Pichou
29bff18001
Comment and indent app entrypoint ( #182 )
2017-10-14 16:47:44 +02:00
Kyâne Pichou
5cc50eb522
Use best practices for Dockerfiles ( #180 )
2017-10-13 14:12:30 +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
0ff2e7ea05
Remove IPv6 listening since it is not enable by default on Docker
2017-09-25 20:57:08 +02:00
PICHOU Kyâne
4aa2665d8e
Add Docker requirements
2017-09-25 19:59:24 +02:00
PICHOU Kyâne
ae4c36ef95
Remove old and unused Dockerfile-enterprise
2017-09-25 19:43:55 +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
localsnet
250f9e3185
Bash if statement [: missing `]' error 54 line ( #174 )
...
Added space
2017-09-20 12:44:15 +02:00
Vít Listík
d05077c3db
Added SSL example ( #171 )
...
Added commented section for enabling SSL
2017-09-20 09:13:24 +02:00
Tejas Bubane
c4ee11619f
Upgrade to mattermost 4.2 ( #169 )
2017-09-15 14:25:58 +02:00
Jason Blais
19f0bd8302
Update README.md ( #166 )
...
* Improve update documentation
2017-08-24 21:45:05 +02:00
Kyâne Pichou
ee170666ec
Merge pull request #165 from mattermost/4.1.0
...
Upgrade to 4.1.0
2017-08-16 22:28:35 +02:00
PICHOU Kyâne
f5ee7c83d7
Upgrade to 4.1.0
...
Close #164
2017-08-16 22:22:59 +02:00
Kyâne Pichou
3ae1be4871
Merge pull request #163 from tejasbubane/mattermost-4.0.3
...
Upgrade mattermost to 4.0.3
2017-08-10 19:38:30 +02:00
Tejas Bubane
1fceb3b09e
Upgrade mattermost to 4.0.3
2017-08-10 22:14:09 +05:30
Kyâne Pichou
ddf1fa905d
Merge pull request #154 from mattermost/improve_doc
...
Improve README
2017-08-04 11:50:03 +02:00
Kyâne Pichou
8836d57c91
Merge pull request #160 from mattermost/4.0.2
...
Upgrade to 4.0.2
2017-07-29 22:24:22 +02:00
PICHOU Kyâne
1f1916794d
Upgrade to 4.0.2
2017-07-29 22:18:49 +02:00
Kyâne Pichou
6e2600cad1
Merge pull request #157 from jminardi/patch-1
...
Add 301 redirect from port 80 to port 443
2017-07-19 21:00:30 +02:00
Jack Minardi
6a7058b30d
Add 301 redirect from port 80 to port 443
2017-07-19 14:42:23 -04:00
Kyâne Pichou
21200a42a4
Merge pull request #155 from mattermost/4.0.1
...
Upgrade to 4.0.1
2017-07-19 09:48:26 +02:00
Kyâne PICHOU
c70bab0f3a
Upgrade to 4.0.1
...
Changelog here: https://docs.mattermost.com/administration/changelog.html#release-v4-0-1
2017-07-19 09:41:59 +02:00
Kyâne Pichou
b74145fad2
Fix datasource option in README
2017-07-16 12:38:23 +02:00