1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-23 10:52:19 +00:00
ghostream/doc/traefik/traefik.yml

27 lines
457 B
YAML
Raw Normal View History

2020-09-15 08:44:57 +00:00
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:
2020-09-15 08:46:48 +00:00
mytlschallenge:
2020-09-15 08:44:57 +00:00
acme:
email: root@example.com
storage: /data/acme.json
httpChallenge:
entryPoint: web