Skip to content
Snippets Groups Projects
Commit 5db236f7 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixed README and CHANGELOG

parent 17fd7975
No related branches found
No related tags found
1 merge request!2New branch with fixed history
...@@ -16,6 +16,7 @@ Added: ...@@ -16,6 +16,7 @@ Added:
- contributing - contributing
Fixed: Fixed:
- updated docker base image - updated docker base image
- new URL for geology data
## [0.1] - 2024-01-30 ## [0.1] - 2024-01-30
Added: Added:
......
...@@ -11,14 +11,10 @@ General geology of the world and main minerals deposits and mines (data from USG ...@@ -11,14 +11,10 @@ General geology of the world and main minerals deposits and mines (data from USG
## Use ## Use
Connect to the GitLab container registry with privileges for the FACT group: 1. Pull the image:
> docker pull registry.git.nilu.no/fact/data/fact_mine:latest
>docker login -u FACT_token -p glpat-1zG-TQx___xLsPjj2vsG registry.git.nilu.no
Run this data service:
2. Run this data service:
>docker run -t -i --name fact_mine -e MARIADB_DATABASE=FACT_mine -e MYSQL_ROOT_PASSWORD=devops -p 3314:3306 -d registry.git.nilu.no/fact/data/fact_mine:0.1 >docker run -t -i --name fact_mine -e MARIADB_DATABASE=FACT_mine -e MYSQL_ROOT_PASSWORD=devops -p 3314:3306 -d registry.git.nilu.no/fact/data/fact_mine:0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment