Docker Compose
Docker Compose is an excellent option to run multiple containers together. You can have a perfect development environment that receives webhooks directly from Stripe, Github and other services.
Last updated
Was this helpful?
Docker Compose is an excellent option to run multiple containers together. You can have a perfect development environment that receives webhooks directly from Stripe, Github and other services.
Last updated
Was this helpful?
Webhook Relay agent can either forward requests to destinations or open bidirectional tunnels. It is a single Docker image that requires access key and secrets for authentication.
If you don't have Docker installed, we highly recommend checking resources available on https://www.docker.com/.
Go to and create a bucket (we will call it “my-bucket“ in this example)
Configure output destination (another container or IP address where you want to forward)
Create a docker-compose.yaml file:
Create .env file:
Start Docker Compose:
Create a docker-compose.yml file:
3. Create .env file:
4. Start Docker Compose:
Go to and create a tunnel with your desired destination