Skip to content
Snippets Groups Projects
Select Git revision
  • 384126d2ee4aa2e22032fa3aaa83f3191041d390
  • test default
  • master protected
3 results

models.py

Blame
  • 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