Initial working implementation of HLS proxy
This commit is contained in:
20
compose.yml
Normal file
20
compose.yml
Normal file
@ -0,0 +1,20 @@
|
||||
services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
networks:
|
||||
- anyame-shared
|
||||
|
||||
hls-proxy:
|
||||
image: hls-proxy:latest
|
||||
env_file: .env
|
||||
ports:
|
||||
- 8082:8080
|
||||
networks:
|
||||
- anyame-shared
|
||||
- elk-network
|
||||
|
||||
networks:
|
||||
anyame-shared:
|
||||
external: true
|
||||
elk-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user