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.
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/.
Webhook forwarding
Go to https://my.webhookrelay.com/buckets 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:
Bidirectional tunnel
Go to https://my.webhookrelay.com/tunnels and create a tunnel with your desired destination
Create a docker-compose.yml file:
3. Create .env file:
4. Start Docker Compose:
Last updated