0ab1c043d6
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
17 lines
301 B
YAML
17 lines
301 B
YAML
## traefik.yml
|
|
# Entry Points
|
|
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
websecure:
|
|
address: ":443"
|
|
|
|
# Docker configuration backend
|
|
providers:
|
|
docker:
|
|
defaultRule: "Host(`{{ '{{' }} trimPrefix `/` .Name {{ '}}' }}.{{ local_domain }}`)"
|
|
|
|
# API and dashboard configuration
|
|
api:
|
|
insecure: true
|