Skip to content

[Read-only] Please check the main repository if you want to contribute.

License

Notifications You must be signed in to change notification settings

origamiphp/docker-magento2-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch images for Magento 2

Image pulls

✨ Features

🐳 Supported tags

  • Image size (8.4)
  • Image size (7.17)
  • Image size (7.16)
  • Image size (7.9)
  • Image size (7.7)
  • Image size (7.6)

🚀 Usage

services:
# [...]
  elasticsearch:
    image: ajardin/magento2-elasticsearch:8.4
    environment:
      - discovery.type=single-node
      - xpack.security.enabled=false
    volumes:
      - elasticsearch:/usr/share/elasticsearch/data
# [...]
volumes:
  elasticsearch: {}

About

[Read-only] Please check the main repository if you want to contribute.

Topics

Resources

License

Stars

Watchers

Forks