no message

This commit is contained in:
kuaifan 2024-12-12 14:17:34 +08:00
parent dbeb9dd561
commit 520d2a0e20
2 changed files with 5 additions and 1 deletions

View File

@ -167,7 +167,7 @@ services:
ai:
container_name: "dootask-ai-${APP_ID}"
image: "kuaifan/dootask-ai:0.2.2"
image: "kuaifan/dootask-ai:0.2.4"
environment:
REDIS_HOST: "${REDIS_HOST}"
REDIS_PORT: "${REDIS_PORT}"

View File

@ -192,6 +192,10 @@ server {
# AI
location /ai/ {
proxy_http_version 1.1;
proxy_buffering off;
proxy_cache off;
proxy_read_timeout 300s;
proxy_send_timeout 300s;
proxy_set_header Scheme $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;