ng代理minio支持websocket
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user