Skip to content

Commit

Permalink
Added tika service (webdevops#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitzberger authored and mblaschke committed Jul 8, 2017
1 parent c195822 commit bf17b56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ services:
# - VIRTUAL_HOST=solr.boilerplate.docker
# - VIRTUAL_PORT=8983

#######################################
# Tika server
#######################################
#tika:
# build:
# context: docker/tika/
# ports:
# - 19998:9998

#######################################
# Elasticsearch
#######################################
Expand Down
1 change: 1 addition & 0 deletions docker/tika/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM logicalspark/docker-tikaserver

0 comments on commit bf17b56

Please sign in to comment.