mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
14 lines
343 B
YAML
14 lines
343 B
YAML
version: '2.4'
|
|
services:
|
|
elasticsearch:
|
|
image: "mattermostdevelopment/mattermost-elasticsearch:7.17.10"
|
|
platform: linux/arm64/v8
|
|
restart: 'no'
|
|
container_name: mattermost-elasticsearch
|
|
ports:
|
|
- "9200:9200"
|
|
- "9300:9300"
|
|
extends:
|
|
file: build/docker-compose.common.yml
|
|
service: elasticsearch
|