tiny-livestream/docker-compose.yml

15 lines
293 B
YAML

version: '3'
services:
nginx-rtmp:
build: .
ports:
- 1935:1935
- 8080:80
- 8443:443
volumes:
#- ./certs:/opt/certs
- ./nginx.conf:/etc/nginx/nginx.conf
- ./streamer_configs:/streamer_configs
- ./static:/www/static
- ./hls:/www/hls