Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support access to host runner's services #473

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,8 @@ The result should be a new PR on the Pongo repo.

* Fix: health-checks on Pongo container. Use proper prefix.
[#456](https://github.com/Kong/kong-pongo/pull/456).
* Feat: support access to host runner's services.
[#473](https://github.com/Kong/kong-pongo/pull/473).

---

Expand Down
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