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

settings.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