mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
12 lines
326 B
YAML
12 lines
326 B
YAML
services:
|
|
elasticsearch:
|
|
image: "mattermostdevelopment/mattermost-elasticsearch:8.9.0"
|
|
platform: linux/arm64/v8
|
|
restart: 'no'
|
|
container_name: mattermost-elasticsearch
|
|
ports:
|
|
- "9200:9200"
|
|
- "9300:9300"
|
|
extends:
|
|
file: build/docker-compose.common.yml
|
|
service: elasticsearch
|