40 lines
648 B
YAML
40 lines
648 B
YAML
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: websecure
|
|
scheme: https
|
|
|
|
websecure:
|
|
address: ":443"
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
network: proxy_network # Rede padrão para roteamento
|
|
file:
|
|
filename: /etc/traefik/dynamic_conf.yml
|
|
watch: true
|
|
|
|
log:
|
|
level: INFO
|
|
format: json
|
|
|
|
accessLog:
|
|
format: json
|
|
|
|
certificatesResolvers:
|
|
letsencrypt:
|
|
acme:
|
|
email: suporte@itguys.com.br
|
|
storage: acme.json
|
|
httpChallenge:
|
|
entryPoint: web
|