Update some things
This commit is contained in:
		@@ -28,7 +28,7 @@ services:
 | 
				
			|||||||
      - "traefik.http.services.osp.loadbalancer.server.port=80"
 | 
					      - "traefik.http.services.osp.loadbalancer.server.port=80"
 | 
				
			||||||
      # RTMP specific
 | 
					      # RTMP specific
 | 
				
			||||||
      - "traefik.tcp.routers.rtmpcast.entrypoints=osp-rtmp"
 | 
					      - "traefik.tcp.routers.rtmpcast.entrypoints=osp-rtmp"
 | 
				
			||||||
      - "traefik.tcp.routers.rtmpcast.rule=HostSNI(`osp.sporada.eu`)"
 | 
					      - "traefik.tcp.routers.rtmpcast.rule=HostSNI(`osp.${DOMAIN}`)"
 | 
				
			||||||
      - "traefik.tcp.routers.rtmpcast.service=rtmpcast"
 | 
					      - "traefik.tcp.routers.rtmpcast.service=rtmpcast"
 | 
				
			||||||
      - "traefik.tcp.routers.rtmpcast.tls=true"
 | 
					      - "traefik.tcp.routers.rtmpcast.tls=true"
 | 
				
			||||||
      - "traefik.tcp.routers.rtmpcast.tls.certresolver=myresolver"
 | 
					      - "traefik.tcp.routers.rtmpcast.tls.certresolver=myresolver"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -143,7 +143,6 @@ services:
 | 
				
			|||||||
      - "traefik.http.routers.http_catchall.rule=HostRegexp(`{any:.+}`)"
 | 
					      - "traefik.http.routers.http_catchall.rule=HostRegexp(`{any:.+}`)"
 | 
				
			||||||
      - "traefik.http.routers.http_catchall.entrypoints=web"
 | 
					      - "traefik.http.routers.http_catchall.entrypoints=web"
 | 
				
			||||||
      - "traefik.http.routers.http_catchall.middlewares=https-redirect"
 | 
					      - "traefik.http.routers.http_catchall.middlewares=https-redirect"
 | 
				
			||||||
 | 
					 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      # The HTTP port
 | 
					      # The HTTP port
 | 
				
			||||||
      - "80:80"
 | 
					      - "80:80"
 | 
				
			||||||
@@ -153,7 +152,7 @@ services:
 | 
				
			|||||||
      #- "8080:8080"
 | 
					      #- "8080:8080"
 | 
				
			||||||
      # TS3 ports
 | 
					      # TS3 ports
 | 
				
			||||||
      - "9987:9987/udp"
 | 
					      - "9987:9987/udp"
 | 
				
			||||||
      - "10011:10011"
 | 
					      #- "10011:10011"
 | 
				
			||||||
      - "30033:30033"
 | 
					      - "30033:30033"
 | 
				
			||||||
      # OSP rtmp ports
 | 
					      # OSP rtmp ports
 | 
				
			||||||
      - "1935:1935"
 | 
					      - "1935:1935"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user