Sign inSign up

esystemstech/elasticsearch

By esystemstech

Updated about 6 years ago

Debian based Elasticsearch packing for Liferay

Image
15

1M+

esystemstech/elasticsearch repository overview

Elasticsearch packing

Simple Debian based Elasticsearch packing

This packing was built to make Liferay deployments easier through Docker images and compose files.


Companion images

Compose example
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

Tag summary

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