From 4c9b67a052cdda30775a76a76d1e4b3579f29a90 Mon Sep 17 00:00:00 2001 From: Ignasi Barrera Date: Mon, 19 Feb 2024 21:58:01 +0100 Subject: [PATCH] linux --- e2e/keycloak/docker-compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/e2e/keycloak/docker-compose.yaml b/e2e/keycloak/docker-compose.yaml index 8c21020..3f86821 100644 --- a/e2e/keycloak/docker-compose.yaml +++ b/e2e/keycloak/docker-compose.yaml @@ -42,6 +42,8 @@ services: - type: bind source: authz-config.json target: /etc/authservice/config.json + extra_hosts: # Required when running on Linux + - "host.docker.internal:host-gateway" redis: image: redis:7.2.4 @@ -66,6 +68,8 @@ services: timeout: 2s retries: 10 start_period: 5s + extra_hosts: # Required when running on Linux + - "host.docker.internal:host-gateway" setup-keycloak: depends_on: