Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbv/ubo-solr-docker
https://github.com/gbv/ubo-solr-docker
docker dockerfile mycore
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbv/ubo-solr-docker
- Owner: gbv
- Created: 2020-04-15T11:52:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T11:04:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T03:17:37.750Z (3 months ago)
- Topics: docker, dockerfile, mycore
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker for Reposis
This dockerfile creates a solr server with the mir-config sets installed.## Environment Variables
SOLR_HOME = /opt/mir-solr-data/## Mount point
-> see SOLR_HOME
If you first mount a new directory you need to set the owner to 8983:8983##Example Usage:
```
sudo docker run -it -p 8983:8983 -v /home/paschty/solr-docker2:/opt/mir-solr-data/ -e SOLR_HOME=/opt/mir-solr-data/ vzgreposis/ubo-solr:latest
```## build and deploy
```
sudo docker build --pull --no-cache . -t vzgreposis/ubo-solr:latest
sudo docker push vzgreposis/ubo-solr:latest
```