Skip to content

Commit d0c7901

Browse files
committed
Add Elasticsearch container.
1 parent f6a0843 commit d0c7901

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Fig PHPStack gives you everything you need for developing PHP applications local
1212
* [HHVM](http://www.hhvm.com/)
1313
* [Memcached](http://memcached.org/)
1414
* [Redis](http://redis.io/)
15+
* [Elasticsearch](http://www.elasticsearch.org/)
1516

1617
## Getting started
1718

@@ -39,4 +40,4 @@ $ fig up
3940
> If you're using the CoreOS box, make sure to set your `DOCKER_HOST` so Fig knows where to boot up the Docker containers.
4041
4142
---
42-
Copyright © 2014 [Kasper Kronborg Isager](http://github.com/kasperisager). Licensed under the terms of the [MIT License](LICENSE.md)
43+
Copyright © 2014 [Kasper Kronborg Isager](http://github.com/kasperisager). Licensed under the terms of the [MIT License](LICENSE.md).

fig.yml

+8
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,11 @@ redis:
3838
- "6379:6379"
3939
environment:
4040
REDIS_PASS: password
41+
42+
elasticsearch:
43+
image: tutum/elasticsearch
44+
ports:
45+
- "9200:9200"
46+
environment:
47+
ELASTICSEARCH_USER: admin
48+
ELASTICSEARCH_PASS: password

0 commit comments

Comments
 (0)