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
d515e963
Verified
Commit
d515e963
authored
1 month ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Updated image
parent
051b7591
No related branches found
No related tags found
1 merge request
!416
Attempt new release
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.docker/docker-compose.yml
+10
-10
10 additions, 10 deletions
.docker/docker-compose.yml
with
10 additions
and
10 deletions
.docker/docker-compose.yml
+
10
−
10
View file @
d515e963
...
@@ -177,7 +177,7 @@ services:
...
@@ -177,7 +177,7 @@ services:
init
:
true
init
:
true
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-auth-service-init
container_name
:
dbrepo-auth-service-init
image
:
registry.datalab.tuwien.ac.at/dbrepo/auth-service-init:1.8
.2
image
:
registry.datalab.tuwien.ac.at/dbrepo/auth-service-init:1.8
environment
:
environment
:
AUTH_SERVICE_ENDPOINT
:
${AUTH_SERVICE_ENDPOINT:-http://auth-service:8080}
AUTH_SERVICE_ENDPOINT
:
${AUTH_SERVICE_ENDPOINT:-http://auth-service:8080}
METADATA_DB
:
"
${METADATA_DB:-dbrepo}"
METADATA_DB
:
"
${METADATA_DB:-dbrepo}"
...
@@ -200,7 +200,7 @@ services:
...
@@ -200,7 +200,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-metadata-service
container_name
:
dbrepo-metadata-service
hostname
:
metadata-service
hostname
:
metadata-service
image
:
registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.8
.2
image
:
registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.8
environment
:
environment
:
ADMIN_EMAIL
:
"
${ADMIN_EMAIL:-noreply@localhost}"
ADMIN_EMAIL
:
"
${ADMIN_EMAIL:-noreply@localhost}"
ANALYSE_SERVICE_ENDPOINT
:
"
${ANALYSE_SERVICE_ENDPOINT:-http://analyse-service:8080}"
ANALYSE_SERVICE_ENDPOINT
:
"
${ANALYSE_SERVICE_ENDPOINT:-http://analyse-service:8080}"
...
@@ -262,7 +262,7 @@ services:
...
@@ -262,7 +262,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-analyse-service
container_name
:
dbrepo-analyse-service
hostname
:
analyse-service
hostname
:
analyse-service
image
:
registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.8
.2
image
:
registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.8
environment
:
environment
:
AUTH_SERVICE_CLIENT
:
${AUTH_SERVICE_CLIENT:-dbrepo-client}
AUTH_SERVICE_CLIENT
:
${AUTH_SERVICE_CLIENT:-dbrepo-client}
AUTH_SERVICE_CLIENT_SECRET
:
${AUTH_SERVICE_CLIENT:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}
AUTH_SERVICE_CLIENT_SECRET
:
${AUTH_SERVICE_CLIENT:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}
...
@@ -326,7 +326,7 @@ services:
...
@@ -326,7 +326,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-search-service
container_name
:
dbrepo-search-service
hostname
:
search-service
hostname
:
search-service
image
:
registry.datalab.tuwien.ac.at/dbrepo/search-service:1.8
.2
image
:
registry.datalab.tuwien.ac.at/dbrepo/search-service:1.8
environment
:
environment
:
AUTH_SERVICE_CLIENT
:
${AUTH_SERVICE_CLIENT:-dbrepo-client}
AUTH_SERVICE_CLIENT
:
${AUTH_SERVICE_CLIENT:-dbrepo-client}
AUTH_SERVICE_CLIENT_SECRET
:
${AUTH_SERVICE_CLIENT_SECRET:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}
AUTH_SERVICE_CLIENT_SECRET
:
${AUTH_SERVICE_CLIENT_SECRET:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}
...
@@ -348,7 +348,7 @@ services:
...
@@ -348,7 +348,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-ui
container_name
:
dbrepo-ui
hostname
:
ui
hostname
:
ui
image
:
registry.datalab.tuwien.ac.at/dbrepo/ui:1.8
.2
image
:
registry.datalab.tuwien.ac.at/dbrepo/ui:1.8
environment
:
environment
:
NUXT_PUBLIC_API_CLIENT
:
"
${BASE_URL:-http://localhost}"
NUXT_PUBLIC_API_CLIENT
:
"
${BASE_URL:-http://localhost}"
NUXT_PUBLIC_API_SERVER
:
"
${BASE_URL:-http://gateway-service}"
NUXT_PUBLIC_API_SERVER
:
"
${BASE_URL:-http://gateway-service}"
...
@@ -426,7 +426,7 @@ services:
...
@@ -426,7 +426,7 @@ services:
init
:
true
init
:
true
container_name
:
dbrepo-search-service-init
container_name
:
dbrepo-search-service-init
hostname
:
search-service-init
hostname
:
search-service-init
image
:
registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.8
.2
image
:
registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.8
environment
:
environment
:
LOG_LEVEL
:
${LOG_LEVEL:-info}
LOG_LEVEL
:
${LOG_LEVEL:-info}
METADATA_SERVICE_ENDPOINT
:
${METADATA_SERVICE_ENDPOINT:-http://metadata-service:8080}
METADATA_SERVICE_ENDPOINT
:
${METADATA_SERVICE_ENDPOINT:-http://metadata-service:8080}
...
@@ -447,7 +447,7 @@ services:
...
@@ -447,7 +447,7 @@ services:
init
:
true
init
:
true
container_name
:
dbrepo-dashboard-service-init
container_name
:
dbrepo-dashboard-service-init
hostname
:
search-dashboard-init
hostname
:
search-dashboard-init
image
:
registry.datalab.tuwien.ac.at/dbrepo/dashboard-service-init:1.8
.2
image
:
registry.datalab.tuwien.ac.at/dbrepo/dashboard-service-init:1.8
environment
:
environment
:
LOG_LEVEL
:
${LOG_LEVEL:-info}
LOG_LEVEL
:
${LOG_LEVEL:-info}
DASHBOARD_UI_ENDPOINT
:
"
${DASHBOARD_UI_ENDPOINT:-http://dashboard-ui:3000}"
DASHBOARD_UI_ENDPOINT
:
"
${DASHBOARD_UI_ENDPOINT:-http://dashboard-ui:3000}"
...
@@ -498,7 +498,7 @@ services:
...
@@ -498,7 +498,7 @@ services:
init
:
true
init
:
true
container_name
:
dbrepo-storage-service-init
container_name
:
dbrepo-storage-service-init
hostname
:
storage-service-init
hostname
:
storage-service-init
image
:
registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.8
.2
image
:
registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.8
environment
:
environment
:
S3_ACCESS_KEY_ID
:
${S3_ACCESS_KEY_ID:-seaweedfsadmin}
S3_ACCESS_KEY_ID
:
${S3_ACCESS_KEY_ID:-seaweedfsadmin}
S3_BUCKET
:
"
${S3_BUCKET:-dbrepo}"
S3_BUCKET
:
"
${S3_BUCKET:-dbrepo}"
...
@@ -514,7 +514,7 @@ services:
...
@@ -514,7 +514,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-data-service
container_name
:
dbrepo-data-service
hostname
:
data-service
hostname
:
data-service
image
:
registry.datalab.tuwien.ac.at/dbrepo/data-service:1.8
.2
image
:
registry.datalab.tuwien.ac.at/dbrepo/data-service:1.8
environment
:
environment
:
AUTH_SERVICE_CLIENT
:
"
${AUTH_SERVICE_CLIENT:-dbrepo-client}"
AUTH_SERVICE_CLIENT
:
"
${AUTH_SERVICE_CLIENT:-dbrepo-client}"
AUTH_SERVICE_CLIENT_SECRET
:
"
${AUTH_SERVICE_CLIENT:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}"
AUTH_SERVICE_CLIENT_SECRET
:
"
${AUTH_SERVICE_CLIENT:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}"
...
@@ -593,7 +593,7 @@ services:
...
@@ -593,7 +593,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-dashboard-service
container_name
:
dbrepo-dashboard-service
hostname
:
dashboard-service
hostname
:
dashboard-service
image
:
registry.datalab.tuwien.ac.at/dbrepo/dashboard-service:1.8
.2
image
:
registry.datalab.tuwien.ac.at/dbrepo/dashboard-service:1.8
environment
:
environment
:
AUTH_SERVICE_ENDPOINT
:
${AUTH_SERVICE_ENDPOINT:-http://auth-service:8080}
AUTH_SERVICE_ENDPOINT
:
${AUTH_SERVICE_ENDPOINT:-http://auth-service:8080}
BASE_URL
:
"
${BASE_URL:-http://localhost}"
BASE_URL
:
"
${BASE_URL:-http://localhost}"
...
...
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