Browse Source

pre built images

59-mattermost
Steven Foerster 5 years ago
parent
commit
5c46589154
  1. 25
      extra/mattermost.yml

25
extra/mattermost.yml

@ -3,8 +3,9 @@ version: "3"
services: services:
db: db:
build: #build:
context: ../compose/production/mattermost/db # context: ../compose/production/mattermost/db
image: mattermost/mattermost-prod-db
read_only: true read_only: true
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@ -23,13 +24,14 @@ services:
# - AWS_REGION=us-east-1 # - AWS_REGION=us-east-1
app: app:
build: #build:
context: ../compose/production/mattermost/app # context: ../compose/production/mattermost/app
# uncomment following lines for team edition or change UID/GID # # uncomment following lines for team edition or change UID/GID
args: # args:
- edition=team # - edition=team
- PUID=1000 # - PUID=1000
- PGID=1000 # - PGID=1000
image: mattermost/mattermost-team-edition
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ../../mistborn_volumes/extra/mattermost/app/mattermost/config:/mattermost/config:rw - ../../mistborn_volumes/extra/mattermost/app/mattermost/config:/mattermost/config:rw
@ -58,8 +60,9 @@ services:
# #- MM_CONFIG=/mattermost/config/config.json # #- MM_CONFIG=/mattermost/config/config.json
web: web:
build: #build:
context: ../compose/production/mattermost/web # context: ../compose/production/mattermost/web
image: mattermost/mattermost-prod-web
#ports: #ports:
# - "80:80" # - "80:80"
# - "443:443" # - "443:443"

Loading…
Cancel
Save