[MM-44363] Detect M1 and load compatible Elasticsearch version (#20420)
Thanks to @phoinixgrr, @agnivade, and @isacikgoz for their help.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
cecbcbc8a8
Коммит
19d6fe40c2
13
docker-compose.makefile.m1.yml
Обычный файл
13
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