mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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
|