refactor(infra): update Traefik configuration references and remove obsolete traefik.yaml

This commit is contained in:
asepharyana
2026-07-21 19:18:42 +07:00
parent 1098f97c05
commit 26d980fc00
3 changed files with 3 additions and 33 deletions
-29
View File
@@ -1,29 +0,0 @@
api:
dashboard: true
insecure: false
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