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
+2 -3
View File
@@ -15,11 +15,10 @@ infra/
├── docker/ # Dockerfiles and image runtime helpers
├── dapr/ # Dapr component configs
│ ├── config.yaml # Global Dapr configuration
│ └── components/ # Pub/sub (NATS), state store (Redis)
├── traefik/ # Static and dynamic Traefik configuration
│ └── components/ # Pub/sub (Redis), state store (Redis)
├── traefik/ # Dynamic Traefik configuration
│ ├── dynamic/ # Routers, services, middlewares, TLS certs
│ └── TRAEFIK_ENV_CONFIG.md
└── config/ # Service bootstrap configuration
```
## First-time setup