https://github.com/gentics/mesh-compose
Gentics Mesh Docker Compose Stack
https://github.com/gentics/mesh-compose
docker-compose gentics-mesh
Last synced: 11 months ago
JSON representation
Gentics Mesh Docker Compose Stack
- Host: GitHub
- URL: https://github.com/gentics/mesh-compose
- Owner: gentics
- Created: 2018-03-16T21:57:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T06:31:58.000Z (about 5 years ago)
- Last Synced: 2025-04-15T21:11:18.350Z (about 1 year ago)
- Topics: docker-compose, gentics-mesh
- Size: 31.3 KB
- Stars: 10
- Watchers: 20
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gentics Mesh Docker Compose Stack
This repository contains an example docker compose stack for the [Headless CMS Gentics Mesh](https://getmesh.io)
The stack contains the following components:
* Gentics Mesh
* Elasticsearch
## Usage
```bash
git clone git@github.com:gentics/mesh-compose.git
cd mesh-compose
docker-compose up -d
```
## Problems / Solutions
### Elasticsearch does not start.
On some system the Elasticsearch server does not start due to the `vm.max_map_count` kernel limit.
```
mesh-elasticsearch | [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
```
Solution see: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode
## Suggestions
Placing the Elasticsearch data directory on NFS should be avoided since using NFS with Elasticsearch can lead to an unstable and slow search server.