mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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
14 lines
309 B
YAML
14 lines
309 B
YAML
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
|