Files
asepharyana-hub/infra/traefik/traefik.yaml
T

30 lines
444 B
YAML
Raw Normal View History

2026-07-09 22:08:26 +07:00
api:
dashboard: true
insecure: false
2026-07-09 22:08:26 +07:00
log:
level: INFO
format: json
accessLog: {}
entryPoints:
web:
address: ':80'
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: ':443'
providers:
docker:
endpoint: 'unix:///var/run/docker.sock'
exposedByDefault: false
network: app-shared-net
file:
directory: /etc/traefik/dynamic
watch: true