Skip to content
Open
Changes from 1 commit
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
9 changes: 8 additions & 1 deletion app/insomnia/self-hosted-mocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,15 @@ These will pull the latest image. You can see all available versions in the [sel

For more information about how to verify the container signature and provenance, see the [Insomnia mockbin README](https://github.com/Kong/insomnia-mockbin/tree/self-hosted).

## Create a local self-hosted mock server

To run a self-hosted mock server locally, use:
- [NodeJS](https://github.com/Kong/insomnia-mockbin/tree/self-hosted?tab=readme-ov-file#running-with-node) (your mock url is `http://localhost:8080`).
Comment thread
juliamrch marked this conversation as resolved.
Outdated
- [Docker](https://github.com/Kong/insomnia-mockbin/tree/self-hosted?tab=readme-ov-file#running-with-docker-compose).
- Kubernetes.

{:.info}
> To run a self-hosted mock server locally, use [NodeJS](https://github.com/Kong/insomnia-mockbin/tree/self-hosted?tab=readme-ov-file#running-with-node), [Docker](https://github.com/Kong/insomnia-mockbin/tree/self-hosted?tab=readme-ov-file#running-with-docker-compose), or Kubernetes.
> Insomnia's proxy can interfere with local traffic, so deactivate it before testing your local mock server: go to **Preferences > Proxy** and toggle off **Enable proxy**.

## Create a self-hosted mock server with Kubernetes

Expand Down
Loading