Simple proxy server that forwards requests to a target server and sends notifications to a webhook
589
This is a simple proxy server that forwards requests to a target server and sends notifications when the request is processed.
Example of docker-compose.yml:
services:
azurite:
image: mcr.microsoft.com/azure-storage/azurite:3.33.0
azurite-proxy:
image: vincentfenet/blob-storage-notify-proxy:1.1
command: ["azurite-to-azure-event-grid"]
environment:
- PROXY_PORT=10001
- TARGET_SERVER=http://azurite:10000
- NOTIFICATION_ENDPOINT=http://<your-endpoint>
Content type
Image
Digest
sha256:15a178cb9…
Size
47.7 MB
Last updated
over 1 year ago
docker pull vincentfenet/blob-storage-notify-proxy:1.2