point rtmp server to hls dir
This commit is contained in:
parent
4d3423f350
commit
c214444a9b
3 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -11,3 +11,7 @@ logs/certbot/*
|
||||||
# ignore generated certificates for haproxy
|
# ignore generated certificates for haproxy
|
||||||
data/certificates/*
|
data/certificates/*
|
||||||
!data/certificates/.placeholder
|
!data/certificates/.placeholder
|
||||||
|
|
||||||
|
# ignore rtmp directories
|
||||||
|
data/rtmp/hls/*
|
||||||
|
!data/rtmp/hls/.placeholder
|
||||||
|
|
0
data/rtmp/hls/.placeholder
Normal file
0
data/rtmp/hls/.placeholder
Normal file
|
@ -39,7 +39,7 @@ services:
|
||||||
- "80:8080"
|
- "80:8080"
|
||||||
container_name: rtmp_server
|
container_name: rtmp_server
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/tmp/hls
|
- "./data/rtmp/hls:/tmp/hls"
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
build: ./auth
|
build: ./auth
|
||||||
|
|
Loading…
Reference in a new issue