Skip to content

Commit

Permalink
Merge pull request #4735 from frafra/patch-2
Browse files Browse the repository at this point in the history
Solr persistence with Docker
  • Loading branch information
amercader committed Apr 16, 2019
2 parents f43d6a5 + 22e8549 commit f60b7ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/docker/docker-compose.yml
Expand Up @@ -7,6 +7,7 @@ volumes:
ckan_home:
ckan_storage:
pg_data:
solr_data:

services:
ckan:
Expand Down Expand Up @@ -68,6 +69,8 @@ services:
build:
context: ../../
dockerfile: contrib/docker/solr/Dockerfile
volumes:
- solr_data:/opt/solr/server/solr/ckan


redis:
Expand Down

0 comments on commit f60b7ee

Please sign in to comment.