修改WVP打包
This commit is contained in:
parent
301c273a6f
commit
06935d4d0d
|
|
@ -6,4 +6,3 @@ RTP_TCP_PORT=10000
|
||||||
RTP_UDP_PORT=10000
|
RTP_UDP_PORT=10000
|
||||||
WEBRTC_UDP_PORT1=8000
|
WEBRTC_UDP_PORT1=8000
|
||||||
WEBRTC_UDP_PORT2=9000
|
WEBRTC_UDP_PORT2=9000
|
||||||
RESTART_POLICY=unless-stopped
|
|
||||||
|
|
@ -50,6 +50,7 @@ docker-compose build --no-cache tuoheng-modules-airline && docker-compose up -d
|
||||||
docker-compose build --no-cache tuoheng-modules-task && docker-compose up -d tuoheng-modules-task
|
docker-compose build --no-cache tuoheng-modules-task && docker-compose up -d tuoheng-modules-task
|
||||||
docker-compose build --no-cache tuoheng-modules-fms && docker-compose up -d tuoheng-modules-fms
|
docker-compose build --no-cache tuoheng-modules-fms && docker-compose up -d tuoheng-modules-fms
|
||||||
docker-compose build --no-cache tuoheng-modules-media && docker-compose up -d tuoheng-modules-media
|
docker-compose build --no-cache tuoheng-modules-media && docker-compose up -d tuoheng-modules-media
|
||||||
|
docker-compose build --no-cache wvp-pro && docker-compose up -d wvp-pro
|
||||||
|
|
||||||
# 关闭所有环境/模块
|
# 关闭所有环境/模块
|
||||||
stop(){
|
stop(){
|
||||||
|
|
|
||||||
|
|
@ -304,7 +304,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "18080:18080"
|
- "18080:18080"
|
||||||
- "5060:5060/udp"
|
- "5060:5060/udp"
|
||||||
- "6379:6379"
|
# - "6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
- ./wvp/logs:/home/ruoyi/logs
|
- ./wvp/logs:/home/ruoyi/logs
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -314,3 +314,18 @@ services:
|
||||||
- ruoyi-redis
|
- ruoyi-redis
|
||||||
- ruoyi-mysql
|
- ruoyi-mysql
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
zlmediakit:
|
||||||
|
container_name: zlmediakit
|
||||||
|
image: registry.t-aaron.com/zlmediakit/zlmediakit:Release.latest
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
|
ports:
|
||||||
|
- "1935:1935" # RTMP
|
||||||
|
- "9090:80" # HTTP
|
||||||
|
- "8443:443" # HTTPS
|
||||||
|
- "8554:554" # RTSP
|
||||||
|
- "10000:10000" # RTP TCP
|
||||||
|
- "10000:10000/udp" # RTP UDP
|
||||||
|
- "8000:8000/udp" # WebRTC UDP
|
||||||
|
- "9900:9000/udp" # WebRTC UDP (注意:与 minio 9000 端口冲突,可能需要调整)
|
||||||
|
restart: unless-stopped
|
||||||
|
|
|
||||||
2
wvpjar
2
wvpjar
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4863eea007593565890c646473e7888e6b90ac1d
|
Subproject commit d07950cecde5e39d75068e9c17a367d59014c629
|
||||||
Loading…
Reference in New Issue