a-cloud-all/docker/zlmmediakit/docker-compose.yml

21 lines
738 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 此镜像为github持续集成自动编译推送跟代码(master分支)保持最新状态
services:
zlmediakit:
image: registry.t-aaron.com/zlmediakit/zlmediakit
container_name: zlmediakit
restart: unless-stopped
ports:
- "${RTMP_PORT:-1935}:1935" # RTMP
- "${HTTP_PORT:-9090}:80" # HTTP
- "${HTTPS_PORT:-8443}:443" # HTTPS
- "${RTSP_PORT:-8554}:554" # RTSP
- "${RTP_TCP_PORT:-10000}:10000" # RTP TCP
- "${RTP_UDP_PORT:-10000}:10000/udp" # RTP UDP
- "${WEBRTC_UDP_PORT1:-8000}:8000/udp" # WebRTC UDP
- "${WEBRTC_UDP_PORT2:-9000}:9000/udp" # WebRTC UDP
networks:
default:
external: true
name: docker_default