Static configuration for Traefik.
Declarations
Type
JSON value
Default
{
entryPoints = {
http = {
address = ":80";
};
};
}
Example
{
api = { };
entryPoints = {
http = {
address = ":80";
};
web = {
address = ":8080";
};
};
}