Commit Graph

9 Commits

Author SHA1 Message Date
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
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
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
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
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