更新镜像

This commit is contained in:
xugo
2025-03-17 02:19:21 +08:00
parent 6d2f457fde
commit 41b709a6f0
17 changed files with 235 additions and 99 deletions
+26 -1
View File
@@ -5,4 +5,29 @@ services:
context: .
dockerfile: ./Dockerfile
ports:
- 18082:18081
- 15123:15123 # 管理平台 http 端口
- 15060:15060 # gb28181 sip tcp 端口
- 15060:15060/udp # gb28181 sip udp 端口
volumes:
- ./logs:/app/logs
- ./configs:/app/configs
depends_on:
- zlm
zlm:
image: zlmediakit/zlmediakit:master
restart: always
# 推荐 linux 主机使用 host 模式
# network_mode: host
ports:
- 1935:1935 # rtmp
- 554:554 # rtsp
- 8080:80 # api
- 8443:443
- 10000:10000
- 10000:10000/udp
- 8000:8000/udp
- 9000:9000/udp
- 20050-20100:20050-20100
- 20050-20100:20050-20100/udp
volumes:
- ./conf:/opt/media/conf