Container
Pull or run the published multi-arch image.
# Pull the pinned release image docker pull ghcr.io/vanteguardlabs/warden-lite:0.4.1 # Start in observe mode for first traffic docker run --rm -p 8088:8088 \ -e WARDEN_LITE_MODE=observe \ -e WARDEN_LITE_UPSTREAM_URL=https://api.openai.com/v1/chat/completions \ ghcr.io/vanteguardlabs/warden-lite:0.4.1