Skip to content
Snippets Groups Projects
Unverified Commit c42ff60c authored by Martin Weise's avatar Martin Weise
Browse files

Re-added search sync

parent 9ad7d8c3
No related branches found
No related tags found
3 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment