essn / httpbin-ngrok-docker

Web debugging with HTTPBin and Ngrok, simplified with Docker Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CREDIT

This is a slightly modified version of adamchasetayler/httpbin-ngrok. To keep the repo clean I created a new one, but the majority of the credit goes to them and if you find this useful you should check out their version!

httpbin-ngrok: HTTP Request & Response Service with Ngrok

Pre-Requisites

  • Docker
  • git
  • No running service on Ports 3030, 4040
  • Ngrok account
  • .env with NGROK_AUTH token in the project root

Running

From the root directory:

docker-compose up

Load up the Launchpad to find your Ngrok and HTTPBin URLs http://localhost:3030

To exit:

ctrl+c

See http://httpbin.org and https://ngrok.com for more information.

SEE ALSO

Even more credits!

About

Web debugging with HTTPBin and Ngrok, simplified with Docker Compose

License:ISC License


Languages

Language:PHP 100.0%