mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-20 00:10:19 -05:00
13 lines
343 B
YAML
13 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
|