https://github.com/nice-digital/ld-docker-elasticsearch
https://github.com/nice-digital/ld-docker-elasticsearch
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nice-digital/ld-docker-elasticsearch
- Owner: nice-digital
- Created: 2015-04-07T13:07:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T10:00:55.000Z (about 10 years ago)
- Last Synced: 2025-02-25T22:12:45.915Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 20
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elastic instance
This repo contains the dockerfile and scripts for building a container running elastic. See the scripts directory for elasticsearch c
onfiguration files.
## Build requirements
* docker
## Deploy requirements
* rancher-compose
There is also a docker-compose file that is compatible with the rancher-compose tool for the rancher container service.
i.e to deploy to rancher:
```
rancher-compose -p elastic up
```