LLM-Guard / docker-compose.yml
SSK-14's picture
Add LLM guard api
acb544e
raw
history blame
209 Bytes
version: '3.8'
services:
llm_guard_api:
build:
context: .
dockerfile: Dockerfile
ports:
- "7860:7860"
volumes:
- ./config/scanners.yml:/home/user/app/config/scanners.yml