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
baa46f79
Verified
Commit
baa46f79
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix versions
parent
77ed7afa
No related branches found
No related tags found
3 merge requests
!231
CI: Remove build for log-service
,
!228
Better error message handling in the frontend
,
!223
Release of version 1.4.0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.prod.yml
+11
-15
11 additions, 15 deletions
docker-compose.prod.yml
docker-compose.yml
+0
-4
0 additions, 4 deletions
docker-compose.yml
with
11 additions
and
19 deletions
docker-compose.prod.yml
+
11
−
15
View file @
baa46f79
# INFO: This compose file deploys the official Docker images from a stable, tested master branch
# MODIFIED: 2024-01-07
# MAINTAINER: Martin Weise <martin.weise@tuwien.ac.at>
version
:
"
3.6"
version
:
"
3.6"
volumes
:
volumes
:
...
@@ -18,7 +14,7 @@ services:
...
@@ -18,7 +14,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-metadata-db
container_name
:
dbrepo-metadata-db
hostname
:
metadata-db
hostname
:
metadata-db
image
:
docker.io/dbrepo/metadata-db:
1.4
image
:
docker.io/dbrepo/metadata-db:
latest
volumes
:
volumes
:
-
metadata-db-data:/bitnami/mariadb
-
metadata-db-data:/bitnami/mariadb
-
./dist/setup-schema_local.sql:/docker-entrypoint-initdb.d/setup-schema_local.sql
-
./dist/setup-schema_local.sql:/docker-entrypoint-initdb.d/setup-schema_local.sql
...
@@ -80,7 +76,7 @@ services:
...
@@ -80,7 +76,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-authentication-service
container_name
:
dbrepo-authentication-service
hostname
:
authentication-service
hostname
:
authentication-service
image
:
docker.io/dbrepo/authentication-service:
1.4
image
:
docker.io/dbrepo/authentication-service:
latest
ports
:
ports
:
-
"
8443:8443"
-
"
8443:8443"
-
"
8080:8080"
-
"
8080:8080"
...
@@ -105,7 +101,7 @@ services:
...
@@ -105,7 +101,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-metadata-service
container_name
:
dbrepo-metadata-service
hostname
:
metadata-service
hostname
:
metadata-service
image
:
docker.io/dbrepo/metadata-service:
1.4
image
:
docker.io/dbrepo/metadata-service:
latest
volumes
:
volumes
:
-
"
${SHARED_FILESYSTEM:-/tmp}:/tmp"
-
"
${SHARED_FILESYSTEM:-/tmp}:/tmp"
ports
:
ports
:
...
@@ -178,7 +174,7 @@ services:
...
@@ -178,7 +174,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-analyse-service
container_name
:
dbrepo-analyse-service
hostname
:
analyse-service
hostname
:
analyse-service
image
:
docker.io/dbrepo/analyse-service:
1.4
image
:
docker.io/dbrepo/analyse-service:
latest
ports
:
ports
:
-
"
5000:5000"
-
"
5000:5000"
environment
:
environment
:
...
@@ -222,7 +218,7 @@ services:
...
@@ -222,7 +218,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-search-db
container_name
:
dbrepo-search-db
hostname
:
search-db
hostname
:
search-db
image
:
docker.io/dbrepo/search-db:
1.4
image
:
docker.io/dbrepo/search-db:
latest
ports
:
ports
:
-
"
9200:9200"
-
"
9200:9200"
healthcheck
:
healthcheck
:
...
@@ -246,7 +242,7 @@ services:
...
@@ -246,7 +242,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-search-service
container_name
:
dbrepo-search-service
hostname
:
search-service
hostname
:
search-service
image
:
docker.io/dbrepo/search-service:
1.4
image
:
docker.io/dbrepo/search-service:
latest
ports
:
ports
:
-
"
4000:4000"
-
"
4000:4000"
environment
:
environment
:
...
@@ -258,7 +254,7 @@ services:
...
@@ -258,7 +254,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-data-db-sidecar
container_name
:
dbrepo-data-db-sidecar
hostname
:
data-db-sidecar
hostname
:
data-db-sidecar
image
:
docker.io/dbrepo/data-db-sidecar:
1.4
image
:
docker.io/dbrepo/data-db-sidecar:
latest
ports
:
ports
:
-
"
3305:3305"
-
"
3305:3305"
environment
:
environment
:
...
@@ -278,7 +274,7 @@ services:
...
@@ -278,7 +274,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-ui
container_name
:
dbrepo-ui
hostname
:
ui
hostname
:
ui
image
:
docker.io/dbrepo/ui:
1.4
image
:
docker.io/dbrepo/ui:
latest
volumes
:
volumes
:
-
./dist/dbrepo.config.json:/app/dbrepo.config.json
-
./dist/dbrepo.config.json:/app/dbrepo.config.json
depends_on
:
depends_on
:
...
@@ -334,7 +330,7 @@ services:
...
@@ -334,7 +330,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-search-db-init
container_name
:
dbrepo-search-db-init
hostname
:
search-db-init
hostname
:
search-db-init
image
:
docker.io/dbrepo/search-db-init:
1.4
image
:
docker.io/dbrepo/search-db-init:
latest
environment
:
environment
:
OPENSEARCH_HOST
:
${SEARCH_DB_HOST:-http://search-db:9200}
OPENSEARCH_HOST
:
${SEARCH_DB_HOST:-http://search-db:9200}
CURL_EXTRA_ARGS
:
${SEARCH_DB_EXTRA_ARGS:-}
CURL_EXTRA_ARGS
:
${SEARCH_DB_EXTRA_ARGS:-}
...
@@ -367,7 +363,7 @@ services:
...
@@ -367,7 +363,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-storage-service-init
container_name
:
dbrepo-storage-service-init
hostname
:
storage-service-init
hostname
:
storage-service-init
image
:
docker.io/dbrepo/storage-service-init:
1.4
image
:
docker.io/dbrepo/storage-service-init:
latest
environment
:
environment
:
SEAWEEDFS_ENDPOINT
:
"
${STORAGE_SEAWEEDFS_ENDPOINT:-storage-service:9333}"
SEAWEEDFS_ENDPOINT
:
"
${STORAGE_SEAWEEDFS_ENDPOINT:-storage-service:9333}"
depends_on
:
depends_on
:
...
@@ -406,7 +402,7 @@ services:
...
@@ -406,7 +402,7 @@ services:
restart
:
"
no"
restart
:
"
no"
container_name
:
dbrepo-data-service
container_name
:
dbrepo-data-service
hostname
:
data-service
hostname
:
data-service
image
:
docker.io/dbrepo/data-service:
1.4
image
:
docker.io/dbrepo/data-service:
latest
ports
:
ports
:
-
"
9093:9093"
-
"
9093:9093"
environment
:
environment
:
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
0
−
4
View file @
baa46f79
# INFO: This compose file deploys the official Docker images from a stable, tested master branch
# MODIFIED: 2024-01-07
# MAINTAINER: Martin Weise <martin.weise@tuwien.ac.at>
version
:
"
3.6"
version
:
"
3.6"
volumes
:
volumes
:
...
...
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