Skip to content

Instantly share code, notes, and snippets.

@deevensaam
Last active March 23, 2023 18:57
Show Gist options
  • Save deevensaam/e8b95bcdaf369e62653c0651f50cabd8 to your computer and use it in GitHub Desktop.
Save deevensaam/e8b95bcdaf369e62653c0651f50cabd8 to your computer and use it in GitHub Desktop.
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