Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nacx committed Feb 19, 2024
1 parent 256b0d8 commit 4c9b67a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/keycloak/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 4c9b67a

Please sign in to comment.