An open API service indexing awesome lists of open source software.

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

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`.