Secure Gateway
Secure Gateway proxies the routes Roboflow Deployment servers need into your company's DMZ, and caches model weights and container images locally.
Prerequisites
Using Secure Gateway
docker pull repo.roboflow.com/roboflow-edge/secure-gateway:latestdocker run -d --name secure-gateway -p 80:80 --restart unless-stopped \
-v gateway-cache:/var/cache/secure-gateway \
repo.roboflow.com/roboflow-edge/secure-gateway:latestTLS certificates
Connecting Inference Servers
Caching
Last updated
Was this helpful?