mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Update haserver docker-compose to include boards as a product (#21738)
This commit is contained in:
committed by
GitHub
parent
ccc9e9650c
commit
b4d0c419d7
@@ -108,6 +108,7 @@ services:
|
||||
- "RUN_SERVER_IN_BACKGROUND=false"
|
||||
- "MM_CLUSTERSETTINGS_ENABLE=true"
|
||||
- "MM_CLUSTERSETTINGS_CLUSTERNAME=mm_dev_cluster"
|
||||
- "MM_FEATUREFLAGS_BoardsProduct=true"
|
||||
networks:
|
||||
- mm-test
|
||||
depends_on:
|
||||
@@ -116,6 +117,7 @@ services:
|
||||
- './:/home/mattermost-server'
|
||||
- './../mattermost-webapp:/home/mattermost-webapp'
|
||||
- './../enterprise:/home/enterprise'
|
||||
- './../focalboard:/home/focalboard'
|
||||
restart: on-failure
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://leader:8065/api/v4/system/ping"]
|
||||
@@ -144,6 +146,7 @@ services:
|
||||
- "RUN_SERVER_IN_BACKGROUND=false"
|
||||
- "MM_CLUSTERSETTINGS_ENABLE=true"
|
||||
- "MM_CLUSTERSETTINGS_CLUSTERNAME=mm_dev_cluster"
|
||||
- "MM_FEATUREFLAGS_BoardsProduct=true"
|
||||
networks:
|
||||
- mm-test
|
||||
depends_on:
|
||||
@@ -152,6 +155,7 @@ services:
|
||||
- './:/home/mattermost-server'
|
||||
- './../mattermost-webapp:/home/mattermost-webapp'
|
||||
- './../enterprise:/home/enterprise'
|
||||
- './../focalboard:/home/focalboard'
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://follower:8065/api/v4/system/ping"]
|
||||
interval: 5s
|
||||
@@ -180,6 +184,7 @@ services:
|
||||
- "RUN_SERVER_IN_BACKGROUND=false"
|
||||
- "MM_CLUSTERSETTINGS_ENABLE=true"
|
||||
- "MM_CLUSTERSETTINGS_CLUSTERNAME=mm_dev_cluster"
|
||||
- "MM_FEATUREFLAGS_BoardsProduct=true"
|
||||
networks:
|
||||
- mm-test
|
||||
depends_on:
|
||||
@@ -188,6 +193,7 @@ services:
|
||||
- './:/home/mattermost-server'
|
||||
- './../mattermost-webapp:/home/mattermost-webapp'
|
||||
- './../enterprise:/home/enterprise'
|
||||
- './../focalboard:/home/focalboard'
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://follower2:8065/api/v4/system/ping"]
|
||||
interval: 5s
|
||||
|
||||
Reference in New Issue
Block a user