version: '3.2' services: solr: build: . ports: - "8983:8983"
volumes:
- solr-data:/var/solr/data
solr-data: