ng代理minio支持websocket

This commit is contained in:
2026-07-08 13:06:19 +08:00
parent 749c807c12
commit 428935680a
11 changed files with 418 additions and 0 deletions
+13
View File
@@ -165,6 +165,19 @@ services:
networks:
- redfuture-net
# ---- Nginx 反向代理 ----
nginx:
build:
context: ./nginx-proxy
dockerfile: Dockerfile
container_name: nginx
restart: unless-stopped
ports:
- "80:80"
- "443:443"
networks:
- redfuture-net
# ---- media 运行时基础镜像(ffmpeg/python/node/chromium/hyperframes ----
media-deps:
build: