19 lines
239 B
YAML
19 lines
239 B
YAML
## traefik.yml
|
|
|
|
# Entrypoints enabled
|
|
entryPoints:
|
|
web:
|
|
address: ':80'
|
|
|
|
# API and dashboard configuration
|
|
api:
|
|
insecure: true
|
|
|
|
# Loggings
|
|
log: {}
|
|
|
|
# File configurations folder
|
|
providers:
|
|
file:
|
|
directory: /etc/traefik/configs
|