mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-23 09:42:19 +00:00
27 lines
445 B
YAML
27 lines
445 B
YAML
|
providers:
|
||
|
docker:
|
||
|
# Do not expose containers by default
|
||
|
exposedbydefault: False
|
||
|
|
||
|
entryPoints:
|
||
|
web:
|
||
|
address: ":80"
|
||
|
http:
|
||
|
redirections:
|
||
|
entryPoint:
|
||
|
to: web-secure
|
||
|
scheme: https
|
||
|
websecure:
|
||
|
address: ":443"
|
||
|
rtmpsecure:
|
||
|
address: ":1935"
|
||
|
|
||
|
certificatesResolvers:
|
||
|
le:
|
||
|
acme:
|
||
|
email: root@example.com
|
||
|
storage: /data/acme.json
|
||
|
httpChallenge:
|
||
|
entryPoint: web
|
||
|
|