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
+1 -1
View File
@@ -53,7 +53,7 @@ asepharyana-hub/
Traefik runs as the entry point for all HTTP/S traffic. It is configured via:
- **Static config**: `infra/traefik/traefik.yaml` — entry points, providers, plugins
- **Static config**: CLI arguments in `infra/compose/traefik.yml` — entry points, providers, plugins
- **Dynamic config**: `infra/traefik/dynamic/` — routers, services, middlewares, TLS
- **Docker provider**: Auto-discovers containers with `traefik.enable=true` labels
- **File provider**: Loads `apps.yaml` (routers/services), `middlewares.yaml`, `ssl.yaml`