Skip to content

Commit

Permalink
chore(ci): access to host services
Browse files Browse the repository at this point in the history
By default, workflows run on a Linux OS. For containers to access
to host services, we should update the docker compose file to include
'host.docker.internal'
  • Loading branch information
outsinre committed Nov 20, 2023
1 parent 2556fd4 commit f31a90a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ services:
- --prefix=/kong-plugin/servroot/
timeout: 10s
disable: ${SERVICE_DISABLE_HEALTHCHECK:-false}
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
pongo-test-network:
aliases:
Expand Down

0 comments on commit f31a90a

Please sign in to comment.