Mono repo -> Master (#22553)
Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
Этот коммит содержится в:
13
server/docker-compose.makefile.m1.yml
Обычный файл
13
server/docker-compose.makefile.m1.yml
Обычный файл
@@ -0,0 +1,13 @@
|
||||
version: '2.4'
|
||||
services:
|
||||
elasticsearch:
|
||||
image: "elasticsearch:7.17.3"
|
||||
platform: linux/arm64/v8
|
||||
restart: 'no'
|
||||
container_name: mattermost-elasticsearch
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
||||
extends:
|
||||
file: build/docker-compose.common.yml
|
||||
service: elasticsearch
|
||||
Ссылка в новой задаче
Block a user