This is a minimal docker image for https://webhookrelay.com/
A minimal sidecar container meant to run a webhook relay for a networked docker service.
Create a file named .env at the root of this repo. Populate it with the
following environment variables.
RELAY_KEY=your auth key
RELAY_SECRET=your auth secret
RELAY_BUCKET=forward relay bucket namedocker build -t relay .
Connect the relay with the following docker command.
docker run --env-file .env relay
The relay container is under 25MB. This is a proof of concept designed to be run alongside another service with secrets provided in the environment.
This Docker image is designed to be built on the following architectures:
x86_64oramd64aarch64orarm64