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
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
Kyâne Pichou
3715c7aadd
Upgrade to 4.3.1 ( #186 )
2017-10-23 21:47:46 +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
PICHOU Kyâne
ae4c36ef95
Remove old and unused Dockerfile-enterprise
2017-09-25 19:43:55 +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
Tejas Bubane
c4ee11619f
Upgrade to mattermost 4.2 ( #169 )
2017-09-15 14:25:58 +02:00
PICHOU Kyâne
f5ee7c83d7
Upgrade to 4.1.0
...
Close #164
2017-08-16 22:22:59 +02:00
Tejas Bubane
1fceb3b09e
Upgrade mattermost to 4.0.3
2017-08-10 22:14:09 +05:30
PICHOU Kyâne
1f1916794d
Upgrade to 4.0.2
2017-07-29 22:18:49 +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
0fddf35ac5
Merge pull request #153 from mattermost/4.0
...
Update to 4.0.0
2017-07-16 10:42:06 +02:00
PICHOU Kyâne
9bb060fa07
Update to 4.0.0
2017-07-15 19:38:12 +02:00
Jonas Thiel
56836d834c
Only configure database connection if needed
2017-07-11 08:11:29 +02:00
Kyâne Pichou
7590cefb53
Do not hardcode/override MM_CONFIG value
2017-06-29 14:11:45 +02:00
Tejas Bubane
05a4fa19b2
Upgrade to mattermost 3.10.0
2017-06-15 13:15:29 +05:30
PICHOU Kyâne
4a71713587
Directly generate salts when modifying config.json with JQ
2017-06-12 22:44:37 +02:00
PICHOU Kyâne
32c24cb08b
Do not use hardcoded value for salts (thanks @pierreozoux)
2017-06-10 23:01:53 +02:00
PICHOU Kyâne
87b26e155e
Do not use env variables to override APP conf.
...
Since setting environment variables override and force a configuration parameters, it is better to not use them.
Should only override and force database configuration.
resolve #136
2017-06-08 22:02:53 +02:00
Kyâne Pichou
6512a09608
Improve app Dockerfile ( #131 )
...
* Improve app Dockerfile
2017-06-07 22:48:41 +02:00
Carlos Schneider
ca43fe3961
Upgrade to Mattermost 3.9.0
2017-05-16 11:33:37 -03:00
PICHOU Kyâne
9e9be71ee4
Upgrade to Mattermost 3.8.2
2017-04-22 17:44:06 +02:00
Eric Sethna
484fc8d04c
Update Dockerfile-enterprise
2017-04-19 13:50:10 -06:00
Eric Sethna
0ce37f1eb9
Update Dockerfile
2017-04-19 13:49:43 -06:00
Tejas Bubane
b15521700e
Upgrade mattermost to 3.8.0
2017-04-15 12:18:12 +05:30
Pan Luo
b252e9fed1
Update Mattermost EE to 3.7.3
2017-03-25 22:06:23 -07:00
Pan Luo
a29f94d497
Update to Mattermost 3.7.3
2017-03-22 16:52:48 -07:00
Pan Luo
a8b4e73882
Update to Mattermost 3.7.2
2017-03-19 21:46:05 -07:00
Pan Luo
fb268003cb
Update to Mattermost 3.7.1
2017-03-15 15:36:18 -07:00
Pan Luo
f0e0d92b3f
Update to Mattermost 3.6.3
2017-03-15 15:35:12 -07: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
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
Pan Luo
2a89bdc48f
Update to 3.6.2
2017-02-03 14:13:13 -08: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
Eric Sethna
1bc6468407
Update Dockerfile
2016-11-23 14:15:22 -07:00
Jason Blais
f601ee5f25
Update Dockerfile for Mattermost 3.5
2016-11-21 14:31:08 -05:00
Yi EungJun
e46a014688
app: upgrade to Mattermost 3.4.0
2016-09-16 18:02:10 +09:00
Yi EungJun
e904375698
app: upgrade to Mattermost 3.3.0
2016-08-17 15:14:16 +09:00
Yi EungJun
cac71e6c59
app: Upgrade to Mattermost 3.2.0
2016-07-16 21:25:21 +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
25556d41de
app: Upgrade to mattermost 3.0.2
2016-05-18 10:08:22 +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
7d89531c4a
app: Upgrade to mattermost 2.2.0
2016-04-19 10:57:12 +09:00
Yi EungJun
49c10d44b2
app: Remove unnecessary things
2016-04-19 00:48:08 +09:00
Pan Luo
031858fbae
Allow db host, name user and password to be configurable
2016-04-15 21:31:28 -07:00
it33
8581c6590a
Proposed update to v2.1.0
2016-03-20 15:49:05 -07:00
Emilien
396f52c61b
app: Upgrade Mattermost to 2.0.0
2016-02-18 01:03:45 +01:00
Yi EungJun
18c82ea9c6
app: Fix "Failed to open sql connection" error
...
The app should wait for a moment even after TCP connection to the
database is available.
Rollback a part of ac0b706
.
2016-01-29 15:40:34 +09:00
Yi EungJun
75bb4944ac
app: Use hostname instead of ip for database
2016-01-25 15:46:08 +09:00
Yi EungJun
ac9ce4a2a9
app: Upgrade Mattermost to 1.4.0
2016-01-25 12:31:29 +09:00
Yi EungJun
ac0b7062a3
app: Fix the message to wait for database
...
'echo -n' is useless because the message is not logged until sending a
newline character.
2016-01-25 12:31:29 +09: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
b4ad7f2119
Wait until database is ready
2015-12-09 18:57:58 +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
72df442289
Fix loss of settings when 'app' is recreated
2015-12-04 00:40:22 +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