From 5c465891543ed546664a19777e8f59351672f1cf Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sun, 27 Sep 2020 16:57:00 -0400 Subject: [PATCH] pre built images --- extra/mattermost.yml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/extra/mattermost.yml b/extra/mattermost.yml index c44fd00..8458645 100644 --- a/extra/mattermost.yml +++ b/extra/mattermost.yml @@ -3,8 +3,9 @@ version: "3" services: db: - build: - context: ../compose/production/mattermost/db + #build: + # context: ../compose/production/mattermost/db + image: mattermost/mattermost-prod-db read_only: true restart: unless-stopped volumes: @@ -23,13 +24,14 @@ services: # - AWS_REGION=us-east-1 app: - build: - context: ../compose/production/mattermost/app - # uncomment following lines for team edition or change UID/GID - args: - - edition=team - - PUID=1000 - - PGID=1000 + #build: + # context: ../compose/production/mattermost/app + # # uncomment following lines for team edition or change UID/GID + # args: + # - edition=team + # - PUID=1000 + # - PGID=1000 + image: mattermost/mattermost-team-edition restart: unless-stopped volumes: - ../../mistborn_volumes/extra/mattermost/app/mattermost/config:/mattermost/config:rw @@ -58,8 +60,9 @@ services: # #- MM_CONFIG=/mattermost/config/config.json web: - build: - context: ../compose/production/mattermost/web + #build: + # context: ../compose/production/mattermost/web + image: mattermost/mattermost-prod-web #ports: # - "80:80" # - "443:443"