Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 486c59b

Browse filesBrowse files
committed
Use a lighter elasticsearch instance
1 parent aa18a51 commit 486c59b
Copy full SHA for 486c59b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docker-compose.localapi.yml

Copy file name to clipboardExpand all lines: docker-compose.localapi.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- elasticsearch
3131
- web
3232
elasticsearch:
33-
image: elasticsearch:2.4
33+
image: elasticsearch:2.4-alpine
3434
volumes:
3535
- elasticsearch:/usr/share/elasticsearch/data
3636
- ./elasticsearch/metacpan.yml:/usr/share/elasticsearch/config/metacpan.yml
@@ -40,7 +40,7 @@ services:
4040
networks:
4141
- elasticsearch
4242
elasticsearch_test:
43-
image: elasticsearch:2.4
43+
image: elasticsearch:2.4-alpine
4444
volumes:
4545
- elasticsearch_test:/usr/share/elasticsearch/data
4646
- ./elasticsearch/test.yml:/usr/share/elasticsearch/config/test.yml

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.