Last active
March 23, 2023 18:57
-
-
Save deevensaam/e8b95bcdaf369e62653c0651f50cabd8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
volumes: | |
solr_data: {} | |
services: | |
solr: | |
env_file: .env | |
build: solr | |
volumes: | |
- solr_data:/var/solr | |
ports: | |
- 8983 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment