feat:增加图片存储模式

This commit is contained in:
2026-02-14 16:55:52 +08:00
parent 223a59cd8a
commit 4dc541da85
24 changed files with 333 additions and 468 deletions

View File

@@ -27,7 +27,11 @@ server {
proxy_pass http://host.docker.internal:8082/;
}
location /image-api/ {
proxy_pass http://host.docker.internal:3000/;
}
location / {
try_files $uri $uri/ =404;
}
}
}