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

Update docker-compose.prod.yml

parent 9cbfb2c1
No related branches found
No related tags found
4 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0,!191Fixed the DataCite issue of minting new dois
......@@ -197,29 +197,6 @@ services:
logging:
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:9095/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_healthy
logging:
driver: json-file
dbrepo-ui:
restart: "no"
container_name: dbrepo-ui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment