remote_branch initial push

This commit is contained in:
Stephan Porada
2021-04-28 12:13:46 +02:00
commit 7174f91ffc
11 changed files with 701 additions and 0 deletions

View File

@ -0,0 +1,8 @@
version: "3.7"
services:
streaming:
image: tiangolo/nginx-rtmp
container_name: nginx-rtmp
ports:
- "1935:1935"
restart: unless-stopped