Debian based Elasticsearch packing for Liferay
1M+
Simple Debian based Elasticsearch packing
This packing was built to make Liferay deployments easier through Docker images and compose files.
version: '3.2'
services:
elasticsearch:
image: esystemstech/elasticsearch:master
container_name: elasticsearch
restart: always
networks:
- services-only
ulimits:
memlock:
soft: -1
hard: -1
nofile:
soft: 65536
hard: 65536
cap_add:
- IPC_LOCK
expose:
- 9200
- 9300
networks:
services-only:
internal: true
Content type
Image
Digest
Size
580.5 MB
Last updated
about 6 years ago
docker pull esystemstech/elasticsearch:liferay-7.2.1-ga2-9-openjdk-11-jdk-buster-slim