Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
c3876a19
Verified
Commit
c3876a19
authored
8 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Need to create the folders
parent
8a2177e2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.docker/.env
+12
-0
12 additions, 0 deletions
.docker/.env
.gitignore
+0
-3
0 additions, 3 deletions
.gitignore
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
make/dev.mk
+1
-0
1 addition, 0 deletions
make/dev.mk
with
15 additions
and
5 deletions
.docker/.env
0 → 100644
+
12
−
0
View file @
c3876a19
# UNCOMMENT THE LINES BELOW TO OVERRIDE
#BASE_URL=http://example.com
#ADMIN_EMAIL=noreply@example.com
#LOG_LEVEL=debug
#IDENTITY_SERVICE_ADMIN_PASSWORD=admin
#AUTH_SERVICE_ADMIN_PASSWORD=admin
#METADATA_DB_PASSWORD=dbrepo
#DATA_DB_PASSWORD=dbrepo
#AUTH_DB_PASSWORD=dbrepo
#S3_ACCESS_KEY_ID=seaweedfsadmin
#S3_SECRET_ACCESS_KEY=seaweedfsadmin
#SYSTEM_PASSWORD=admin
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitignore
+
0
−
3
View file @
c3876a19
...
@@ -60,9 +60,6 @@ ready
...
@@ -60,9 +60,6 @@ ready
*.key
*.key
*.p12
*.p12
# Environment
.env
# X509
# X509
root.crt
root.crt
intermediate.crt
intermediate.crt
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
2
View file @
c3876a19
...
@@ -3,8 +3,8 @@ variables:
...
@@ -3,8 +3,8 @@ variables:
DOCKER_HOST
:
"
unix:///var/run/dind/docker.sock"
DOCKER_HOST
:
"
unix:///var/run/dind/docker.sock"
TESTCONTAINERS_RYUK_DISABLED
:
"
false"
TESTCONTAINERS_RYUK_DISABLED
:
"
false"
PYTHON_VERSION
:
"
3.11"
PYTHON_VERSION
:
"
3.11"
APP_VERSION
:
"
1.4.
7
"
APP_VERSION
:
"
1.4.
6
"
CHART_VERSION
:
"
1.4.
7
"
CHART_VERSION
:
"
1.4.
6
"
CACHE_FALLBACK_KEY
:
${CI_DEFAULT_BRANCH}
CACHE_FALLBACK_KEY
:
${CI_DEFAULT_BRANCH}
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
# `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.
# `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.
...
...
This diff is collapsed.
Click to expand it.
make/dev.mk
+
1
−
0
View file @
c3876a19
...
@@ -11,6 +11,7 @@ stop-dev: ## Stop the development deployment and remove all data.
...
@@ -11,6 +11,7 @@ stop-dev: ## Stop the development deployment and remove all data.
.PHONY
:
package-config
.PHONY
:
package-config
package-config
:
##
Package the config files
package-config
:
##
Package the config files
mkdir
-p
./.docker/config/
{
dashboards,provisioning
}
cp
./dbrepo-auth-service/dbrepo-realm.json ./.docker/config
cp
./dbrepo-auth-service/dbrepo-realm.json ./.docker/config
cp
./dbrepo-auth-service/import-realms.sh ./.docker/config
cp
./dbrepo-auth-service/import-realms.sh ./.docker/config
cp
./dbrepo-auth-service/master-realm.json ./.docker/config
cp
./dbrepo-auth-service/master-realm.json ./.docker/config
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment