Skip to content

Instantly share code, notes, and snippets.

@dineshsonachalam
Created May 22, 2021 16:05
Show Gist options
  • Save dineshsonachalam/e6c3c570791f29ac5b50d28d3cb51786 to your computer and use it in GitHub Desktop.
Save dineshsonachalam/e6c3c570791f29ac5b50d28d3cb51786 to your computer and use it in GitHub Desktop.
Generated from traefik.toml by https://goanyjson.dineshsonachalam.com/. Gist created by user: dineshsonachalam.
{
"api": {
"dashboard": true,
"insecure": true
},
"certificatesResolvers": {
"le": {
"acme": {
"email": "[email protected]",
"httpChallenge": {
"entryPoint": "web"
},
"storage": "/etc/traefik/acme.json"
}
}
},
"entryPoints": {
"web": {
"address": ":80"
},
"websecure": {
"address": ":443"
}
},
"global": {
"checkNewVersion": true,
"sendAnonymousUsage": true
},
"log": {
"filePath": "/etc/traefik/log/traefik.log"
},
"ping": {},
"providers": {
"docker": {
"defaultRule": "Host(`{{ normalize .Name }}.your-fqdn.com`)",
"endpoint": "unix:///var/run/docker.sock",
"exposedByDefault": true,
"watch": true
},
"file": {
"directory": "/etc/traefik/providers/file",
"watch": true
}
},
"serversTransport": {
"insecureSkipVerify": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment