Add conditionl for peertube RMTP port

This commit is contained in:
decentral1se 2021-05-10 13:04:53 +02:00
parent 9a1dd29d01
commit ede226cea7
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ entrypoints:
smtp-submission:
address: ":587"
{{ end }}
{{ if eq (env "PEERTUBE_RTMP_ENABLED") "1" }}
peertube-rtmp:
address: ":1935"
{{ end }}
ping:
entryPoint: web