We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db947de commit c12e9f3Copy full SHA for c12e9f3
1 file changed
comps/guardrails/deployment/docker_compose/compose.yaml
@@ -104,6 +104,20 @@ services:
104
PREDICTIONGUARD_API_KEY: ${PREDICTIONGUARD_API_KEY}
105
restart: unless-stopped
106
107
+ # polite guard service
108
+ guardrails-polite-guard-server:
109
+ image: ${REGISTRY:-opea}/guardrails-polite-guard:${TAG:-latest}
110
+ container_name: guardrails-polite-guard-server
111
+ ports:
112
+ - "${POLITE_GUARD_PORT:-9092}:9092"
113
+ ipc: host
114
+ environment:
115
+ no_proxy: ${no_proxy}
116
+ http_proxy: ${http_proxy}
117
+ https_proxy: ${https_proxy}
118
+ HUGGINGFACEHUB_API_TOKEN: ${HF_TOKEN}
119
+ restart: unless-stopped
120
+
121
# predictionguard injection service
122
injection-predictionguard-server:
123
image: ${REGISTRY:-opea}/injection-predictionguard:${TAG:-latest}
0 commit comments