added core files

master
daniel 4 years ago
parent ad75070120
commit cff9ea1eb8
  1. 21
      core/traefik-data/traefik.yml

@ -0,0 +1,21 @@
api:
dashboard: true
entryPoints:
http:
address: ":80"
https:
address: ":443"
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
certificatesResolvers:
http:
acme:
email: info@daniel-grewe.de
storage: acme.json
httpChallenge:
entryPoint: http
Loading…
Cancel
Save