From e9a7fadfac6486fe25f15f845d8a1a74da71bf85 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 3 Dec 2024 16:05:17 +0100 Subject: [PATCH] OZG-7252 add docker compose for link --- alfa-client/apps/alfa-e2e/docker-compose.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/alfa-client/apps/alfa-e2e/docker-compose.yml b/alfa-client/apps/alfa-e2e/docker-compose.yml index e541a7eef1..0b889648c9 100644 --- a/alfa-client/apps/alfa-e2e/docker-compose.yml +++ b/alfa-client/apps/alfa-e2e/docker-compose.yml @@ -108,6 +108,7 @@ services: - OZGCLOUD_FEATURE_COLLABORATION_ENABLED=true - GRPC_CLIENT_ZUFI-MANAGER_ADDRESS=static://zufi-manager-server:9190 - GRPC_CLIENT_ZUFI-MANAGER_NEGOTIATIONTYPE=PLAINTEXT + - OZGCLOUD_BARRIEREFREIHEIT_URL=http://bam.de ports: - 8080:8080 - 5000:5000 @@ -137,11 +138,7 @@ services: soft: 65536 hard: 65536 healthcheck: - test: - [ - 'CMD-SHELL', - "curl -s 'http://localhost:9200/_cat/health?h=status' | egrep -q '(green|yellow)'", - ] + test: ['CMD-SHELL', "curl -s 'http://localhost:9200/_cat/health?h=status' | egrep -q '(green|yellow)'"] interval: 10s timeout: 10s retries: 5 -- GitLab