Production docker-compose
This commit is contained in:
parent
e392f74605
commit
eadf5b76ea
13
production-docker-compose.yml
Normal file
13
production-docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
nginx-rtmp:
|
||||||
|
build: .
|
||||||
|
ports:
|
||||||
|
- 1935:1935
|
||||||
|
labels:
|
||||||
|
- traefik.enable=true
|
||||||
|
- traefik.http.routers.stream.entryPoints=web-secure
|
||||||
|
- traefik.http.routers.stream.rule=Host(`stream.fosc.space`)
|
||||||
|
- traefik.http.routers.stream.tls.certresolver=default
|
||||||
|
- traefik.http.services.stream.loadbalancer.server.port=80
|
Loading…
Reference in New Issue
Block a user