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

Merge branch 'master' into dev

parents 53d4e9dc 6dc6d26a
No related branches found
No related tags found
4 merge requests!422Fixed a library issue where the value could not be empty,!421Fixed a library issue where the value could not be empty,!419Fixed a library issue where the value could not be empty,!412Fixed a library issue where the value could not be empty
Showing
with 2 additions and 5 deletions
...@@ -190,7 +190,7 @@ services: ...@@ -190,7 +190,7 @@ services:
dbrepo-auth-service: dbrepo-auth-service:
condition: service_healthy condition: service_healthy
dbrepo-gateway-service: dbrepo-gateway-service:
condition: service_healthy condition: service_started
dbrepo-metadata-db: dbrepo-metadata-db:
condition: service_healthy condition: service_healthy
logging: logging:
...@@ -382,9 +382,6 @@ services: ...@@ -382,9 +382,6 @@ services:
- "80:8080" - "80:8080"
volumes: volumes:
- ./dbrepo-gateway-service/dbrepo.conf:/opt/bitnami/nginx/conf/server_blocks/dbrepo.conf:ro - ./dbrepo-gateway-service/dbrepo.conf:/opt/bitnami/nginx/conf/server_blocks/dbrepo.conf:ro
healthcheck:
test: wget -O- http://127.0.0.1:8080
<<: *healthcheck-params
depends_on: depends_on:
dbrepo-analyse-service: dbrepo-analyse-service:
condition: service_healthy condition: service_healthy
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
author: Martin Weise author: Martin Weise
--- ---
## v1.8.2 (2025-04-23) ## v1.8.2 (2025-05-15)
#### Fixes #### Fixes
......
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment