diff --git a/alfa-client/apps/alfa-e2e/docker-compose.yml b/alfa-client/apps/alfa-e2e/docker-compose.yml
index e541a7eef1c009fcd890726f87fb35cb11b50868..0b889648c9c274ad0b7be4ccfb3490ff54c711c4 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