Browse Source

context

59-mattermost
Steven Foerster 5 years ago
parent
commit
a6a448304a
  1. 6
      extra/mattermost.yml

6
extra/mattermost.yml

@ -4,7 +4,7 @@ services:
db: db:
build: build:
context: compose/production/mattermost/db context: ../compose/production/mattermost/db
read_only: true read_only: true
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@ -24,7 +24,7 @@ services:
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
@ -59,7 +59,7 @@ services:
web: web:
build: build:
context: compose/production/mattermost/web context: ../compose/production/mattermost/web
#ports: #ports:
# - "80:80" # - "80:80"
# - "443:443" # - "443:443"

Loading…
Cancel
Save