Sign inSign up

vincentfenet/blob-storage-notify-proxy

By vincentfenet

Updated over 1 year ago

Simple proxy server that forwards requests to a target server and sends notifications to a webhook

Image
0

589

vincentfenet/blob-storage-notify-proxy repository overview

Blob Storage Notify Proxy

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>

Tag summary

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