Project 'tomas.hozman/graphics-generator' was moved to 'to-generator/graphics-generator'. Please update any links and bookmarks that may still have the old path.
Select Git revision
generator.py
-
Tomáš Hozman authoredTomáš Hozman authored
docker-compose.yml 213 B
version: '3'
services:
nginx-rtmp:
build: .
ports:
- 1935:1935
- 8080:80
- 8443:443
environment:
- HTTP_PORT=80
- RTMP_PORT=1935
volumes:
- ./certs:/opt/certs