https://github.com/yagee-de/mir-docker
Docker-Compose Setup for MyCoRe MIR
https://github.com/yagee-de/mir-docker
docker docker-compose institutional-repository mycore postgresql solr
Last synced: about 1 month ago
JSON representation
Docker-Compose Setup for MyCoRe MIR
- Host: GitHub
- URL: https://github.com/yagee-de/mir-docker
- Owner: yagee-de
- License: gpl-3.0
- Created: 2017-05-03T14:08:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T07:22:00.000Z (over 4 years ago)
- Last Synced: 2025-08-23T07:57:42.559Z (about 1 month ago)
- Topics: docker, docker-compose, institutional-repository, mycore, postgresql, solr
- Language: Dockerfile
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mir-docker
Docker-Compose Setup for MyCoRe MIR## Setup
Copy (or link) any `mir.war` to the base directory. It will be deployed later to Tomcat.
Run `docker-compose build` and after that start MIR with `docker-compose up`.On the first run you are required to setup MIR. Here are the required settings:
* SOLR
* URL: `http://solr:8983/solr/mir`
* Postgres
* JDBC-URL: `jdbc:postgresql://postgres/mir`
* User: `mir`
* Password: `datastore_pass`
You can stop all container at once using `docker-compose down`.## Data folder
The `data` folder is used to store data from PostgreSQL, SOLR and MIR in their respective subfolders after the first run of `docker-compose up`.