Add rtmp stuff
This commit is contained in:
@ -115,6 +115,8 @@ services:
|
||||
# TS3 entrypoints
|
||||
- "--entrypoints.ts-udp.address=:9987/udp"
|
||||
- "--entrypoints.ts-tcp.address=:30033"
|
||||
# OSP rtmp entrypoints
|
||||
- "--entrypoints.osp-rtmp.address=:1935"
|
||||
# Use this CA server for testing
|
||||
# - "--certificatesresolvers.myresolver.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||
- "--certificatesresolvers.myresolver.acme.email=${EMAIL}"
|
||||
@ -153,6 +155,8 @@ services:
|
||||
- "9987:9987/udp"
|
||||
- "10011:10011"
|
||||
- "30033:30033"
|
||||
# OSP rtmp ports
|
||||
- "1935:1935"
|
||||
volumes:
|
||||
# For certificate
|
||||
- "./volumes/letsencrypt/acme.json:/letsencrypt/acme.json"
|
||||
|
Reference in New Issue
Block a user