Commit Graph

11 Commits

Author SHA1 Message Date
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
Carlos Schneider
15e7a9cd58 Fix X-Forwarded-Proto (PR suggestion) 2017-06-02 10:19:04 -03:00
Carlos Schneider
3ffc1056c7 Follows the NGINX Breaking Changes suggestion on Mattermost Changelog 2017-05-17 10:28:48 -03: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
John
d9b9d12d08 Updated nginx config to provide correct X-Forwared-Proto header 2016-10-15 13:26:08 +02: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
9fb62460a8 web: Fix HTTPS redirecting
This fixes https://github.com/mattermost/mattermost-docker/issues/12
2016-04-20 22:35:51 +09:00
Yi EungJun
459e3822ec web: Comment the configuration for redirecting to 443 2016-01-25 01:42:35 +00:00
Yi EungJun
7c5a13661d Remove unnecessary server_name 2016-01-25 01:42:07 +00: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