https://github.com/gbv/ubo-docker
https://github.com/gbv/ubo-docker
docker dockerfile mycore
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbv/ubo-docker
- Owner: gbv
- Created: 2020-04-15T11:37:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T11:05:31.000Z (over 2 years ago)
- Last Synced: 2025-01-06T10:29:28.293Z (5 months ago)
- Topics: docker, dockerfile, mycore
- Language: Shell
- Size: 35.2 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ubo-docker
This is a dockerfile for the project https://github.com/mycore-org/ubo## Environment Variables
- JDBC_NAME - The Username of the Database
- JDBC_PASSWORD - The Password of the User
- JDBC_DRIVER - The diver to use for JDBC
- JDBC_URL - The URL to use for JDBC
- APP_CONTEXT - The context of the webapp
- SOLR_URL - The url to the solr server
- SOLR_CORE - The name of the main solr core
- SOLR_CLASSIFICATION_CORE - The name of the main solr core## Mount points
/mcr/home/ - the configuration dir
/mcr/data/ - the data dir (will be separated in mycore.properties by docker)## build and deploy
```
sudo docker build --pull --no-cache . -t vzgreposis/ubo:master
sudo docker push vzgreposis/ubo:master
```