From b4d0c419d767d66d1f6610364d0afef08daa2268 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Mon, 28 Nov 2022 10:34:51 +0100 Subject: [PATCH] Update haserver docker-compose to include boards as a product (#21738) --- docker-compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 61fb04b5a5..d644331ae4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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