File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Fig PHPStack gives you everything you need for developing PHP applications local
12
12
* [ HHVM] ( http://www.hhvm.com/ )
13
13
* [ Memcached] ( http://memcached.org/ )
14
14
* [ Redis] ( http://redis.io/ )
15
+ * [ Elasticsearch] ( http://www.elasticsearch.org/ )
15
16
16
17
## Getting started
17
18
@@ -39,4 +40,4 @@ $ fig up
39
40
> If you're using the CoreOS box, make sure to set your ` DOCKER_HOST ` so Fig knows where to boot up the Docker containers.
40
41
41
42
---
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 ) .
Original file line number Diff line number Diff line change @@ -38,3 +38,11 @@ redis:
38
38
- " 6379:6379"
39
39
environment :
40
40
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
You can’t perform that action at this time.
0 commit comments