Fix docker-compose file

This commit is contained in:
Kyâne Pichou 2017-06-23 14:57:51 +02:00 committed by GitHub
parent 4ec6288dbb
commit 09f6b6580a

View File

@ -17,8 +17,6 @@ services:
# - AWS_SECRET_ACCESS_KEY=XXXX # - AWS_SECRET_ACCESS_KEY=XXXX
# - WALE_S3_PREFIX=s3://BUCKET_NAME/PATH # - WALE_S3_PREFIX=s3://BUCKET_NAME/PATH
# - AWS_REGION=us-east-1 # - AWS_REGION=us-east-1
# in case your config is not in default location
# - MM_CONFIG=/mattermost/config/config.jso
app: app:
build: build:
@ -36,6 +34,8 @@ services:
- MM_USERNAME=mmuser - MM_USERNAME=mmuser
- MM_PASSWORD=mmuser_password - MM_PASSWORD=mmuser_password
- MM_DBNAME=mattermost - MM_DBNAME=mattermost
# in case your config is not in default location
#- MM_CONFIG=/mattermost/config/config.json
links: links:
- db:db - db:db