Add RTMP configuration
This commit is contained in:
parent
ae1ce12b13
commit
5ed31595ac
@ -39,3 +39,6 @@ SECRET_DB_PASSWORD_VERSION=v1
|
||||
#PEERTUBE_SMTP_FROM=peertube@example.com
|
||||
#PEERTUBE_SMTP_TLS=false
|
||||
#PEERTUBE_SMTP_DISABLE_STARTTLS=true
|
||||
|
||||
## Live stream settings
|
||||
#COMPOSE_FILE="compose.yml:compose.rmtp.yml"
|
||||
|
11
compose.rtmp.yml
Normal file
11
compose.rtmp.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.tcp.routers.peertube-rtmp.rule=HostSNI(`*`)"
|
||||
- "traefik.tcp.routers.peertube-rtmp.entrypoints=peertube-rtmp"
|
||||
- "traefik.tcp.services.peertube-rtmp.loadbalancer.server.port=1935"
|
Loading…
Reference in New Issue
Block a user