Skip to content

Instantly share code, notes, and snippets.

@matheuschimelli
Created January 17, 2019 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheuschimelli/e8208bb99d10bc60c4b2b099b3830516 to your computer and use it in GitHub Desktop.
Save matheuschimelli/e8208bb99d10bc60c4b2b099b3830516 to your computer and use it in GitHub Desktop.
Apache Solr docker-compose file persistent storage
version: '3'
services:
solr:
image: solr
ports:
- "8983:8983"
volumes:
- data:/home/matheuschimelli7/sorl-persistence
entrypoint:
- docker-entrypoint.sh
- solr-precreate
- fiscoplus
volumes:
data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment