- : override the default
http
protocol traefik.weight=10
: assign this weight to the containertraefik.enable=false
: disable this container in Træfɪktraefik.frontend.rule=Host:test.traefik.io
: override the default frontend rule (Default: Host:{containerName}.{domain}
).traefik.frontend.passHostHeader=true
: forward client Host
header to the backend.traefik.frontend.priority=10
: override default frontend priority-
-
- Shared credentials, determined by
AWS_PROFILE
and AWS_SHARED_CREDENTIALS_FILE
, defaults to default
and ~/.aws/credentials
.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ecs:ListTasks",
"ecs:DescribeTasks",
"ecs:DescribeTaskDefinition",
"ec2:DescribeInstances"
],
"Resource": [
"*"
]
}
}