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
669e8301
Verified
Commit
669e8301
authored
5 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Bump
Signed-off-by:
Martin Weise
<
martin.weise@tuwien.ac.at
>
parent
a0841ba7
No related branches found
No related tags found
1 merge request
!375
Bump version
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docker/docker-compose.yml
+10
-10
10 additions, 10 deletions
.docker/docker-compose.yml
.docs/.openapi/api.base.yaml
+2
-2
2 additions, 2 deletions
.docs/.openapi/api.base.yaml
with
12 additions
and
12 deletions
.docker/docker-compose.yml
+
10
−
10
View file @
669e8301
...
...
@@ -114,7 +114,7 @@ services:
init
:
true
restart
:
"
no"
container_name
:
dbrepo-auth-service-init
image
:
registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.
6.3
image
:
registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.
7.0
environment
:
AUTH_SERVICE_ADMIN
:
${AUTH_SERVICE_ADMIN:-admin}
AUTH_SERVICE_ADMIN_PASSWORD
:
${AUTH_SERVICE_ADMIN_PASSWORD:-admin}
...
...
@@ -135,7 +135,7 @@ services:
restart
:
"
no"
container_name
:
dbrepo-metadata-service
hostname
:
metadata-service
image
:
registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.
6.3
image
:
registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.
7.0
volumes
:
-
"
${SHARED_VOLUME:-/tmp}:/tmp"
environment
:
...
...
@@ -198,7 +198,7 @@ services:
restart
:
"
no"
container_name
:
dbrepo-analyse-service
hostname
:
analyse-service
image
:
registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.
6.3
image
:
registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.
7.0
environment
:
AUTH_SERVICE_CLIENT
:
${AUTH_SERVICE_CLIENT:-dbrepo-client}
AUTH_SERVICE_CLIENT_SECRET
:
${AUTH_SERVICE_CLIENT:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}
...
...
@@ -253,7 +253,7 @@ services:
restart
:
"
no"
container_name
:
dbrepo-search-db
hostname
:
search-db
image
:
registry.datalab.tuwien.ac.at/dbrepo/search-db:1.
6.3
image
:
registry.datalab.tuwien.ac.at/dbrepo/search-db:1.
7.0
healthcheck
:
test
:
curl -sSL localhost:9200/_plugins/_security/health | jq .status | grep UP
interval
:
10s
...
...
@@ -277,7 +277,7 @@ services:
restart
:
"
no"
container_name
:
dbrepo-search-service
hostname
:
search-service
image
:
registry.datalab.tuwien.ac.at/dbrepo/search-service:1.
6.3
image
:
registry.datalab.tuwien.ac.at/dbrepo/search-service:1.
7.0
environment
:
AUTH_SERVICE_CLIENT
:
${AUTH_SERVICE_CLIENT:-dbrepo-client}
AUTH_SERVICE_CLIENT_SECRET
:
${AUTH_SERVICE_CLIENT_SECRET:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}
...
...
@@ -301,7 +301,7 @@ services:
restart
:
"
no"
container_name
:
dbrepo-ui
hostname
:
ui
image
:
registry.datalab.tuwien.ac.at/dbrepo/ui:1.
6.3
image
:
registry.datalab.tuwien.ac.at/dbrepo/ui:1.
7.0
environment
:
NUXT_PUBLIC_API_CLIENT
:
"
${BASE_URL:-http://localhost}"
NUXT_PUBLIC_API_SERVER
:
"
${BASE_URL:-http://gateway-service}"
...
...
@@ -381,7 +381,7 @@ services:
init
:
true
container_name
:
dbrepo-search-service-init
hostname
:
search-service-init
image
:
registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.
6.3
image
:
registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.
7.0
environment
:
LOG_LEVEL
:
${LOG_LEVEL:-info}
METADATA_SERVICE_ENDPOINT
:
${METADATA_SERVICE_ENDPOINT:-http://metadata-service:8080}
...
...
@@ -438,7 +438,7 @@ services:
restart
:
"
no"
container_name
:
dbrepo-dashboard-service
hostname
:
dashboard-service
image
:
registry.datalab.tuwien.ac.at/dbrepo/dashboard-service:1.
6.3
image
:
registry.datalab.tuwien.ac.at/dbrepo/dashboard-service:1.
7.0
ports
:
-
"
3000:3000"
volumes
:
...
...
@@ -465,7 +465,7 @@ services:
init
:
true
container_name
:
dbrepo-storage-service-init
hostname
:
storage-service-init
image
:
registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.
6.3
image
:
registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.
7.0
environment
:
S3_ACCESS_KEY_ID
:
${S3_ACCESS_KEY_ID:-seaweedfsadmin}
S3_BUCKET
:
"
${S3_BUCKET:-dbrepo}"
...
...
@@ -511,7 +511,7 @@ services:
restart
:
"
no"
container_name
:
dbrepo-data-service
hostname
:
data-service
image
:
registry.datalab.tuwien.ac.at/dbrepo/data-service:1.
6.3
image
:
registry.datalab.tuwien.ac.at/dbrepo/data-service:1.
7.0
volumes
:
-
"
${SHARED_VOLUME:-/tmp}:/tmp"
environment
:
...
...
This diff is collapsed.
Click to expand it.
.docs/.openapi/api.base.yaml
+
2
−
2
View file @
669e8301
...
...
@@ -11,7 +11,7 @@ components:
type
:
http
externalDocs
:
description
:
Project Website
url
:
https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.
6
/
url
:
https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.
7
/
info
:
contact
:
email
:
andreas.rauber@tuwien.ac.at
...
...
@@ -24,7 +24,7 @@ info:
name
:
Apache
2.0
url
:
https://www.apache.org/licenses/LICENSE-2.0
title
:
DBRepo REST API
version
:
1.
6.3
version
:
1.
7.0
openapi
:
3.1.0
servers
:
-
description
:
Test Instance
...
...
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