This website requires JavaScript.
Explore
Help
Register
Sign In
Gnous
/
mattermost
Archived
Watch
2
Star
0
Fork
0
You've already forked mattermost
Code
Issues
Pull Requests
Projects
Releases
Activity
This repository has been archived on
2021-08-31
. You can view files and clone it, but cannot push or open issues or pull requests.
c1c06ec5a3
mattermost
/
docker-compose.yml
13 lines
127 B
YAML
Raw
Normal View
History
Unescape
Escape
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-27 07:53:52 +01:00
db
:
build
:
db
app
:
build
:
app
links
:
-
db:pg
web
:
build
:
web
ports
:
Add README and LICENSE
2015-11-30 07:09:07 +01:00
-
"8065:443"
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-27 07:53:52 +01:00
links
:
-
app:platform
Reference in New Issue
Copy Permalink