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
c42ff60c
Unverified
Commit
c42ff60c
authored
Sep 5, 2023
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Re-added search sync
parent
9ad7d8c3
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
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+25
-0
25 additions, 0 deletions
docker-compose.yml
with
25 additions
and
0 deletions
docker-compose.yml
+
25
−
0
View file @
c42ff60c
...
@@ -285,3 +285,28 @@ services:
...
@@ -285,3 +285,28 @@ services:
condition
:
service_started
condition
:
service_started
logging
:
logging
:
driver
:
json-file
driver
:
json-file
dbrepo-search-sync-agent
:
restart
:
"
no"
container_name
:
dbrepo-search-sync-agent
hostname
:
search-startup-agent
build
:
./dbrepo-search-sync-agent
image
:
dbrepo-search-sync-agent
networks
:
core
:
env_file
:
-
.env
healthcheck
:
test
:
wget -qO- localhost:9050/actuator/health/readiness | grep -q "UP" || exit
1
interval
:
10s
timeout
:
5s
retries
:
12
depends_on
:
dbrepo-metadata-db
:
condition
:
service_healthy
dbrepo-search-db
:
condition
:
service_started
dbrepo-authentication-service
:
condition
:
service_healthy
logging
:
driver
:
json-file
\ No newline at end of file
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