fix(services): Fix duplicate health registry provider

- Change from fx.Provide to fx.Invoke for health registry registration
  - CoreModule() already provides *health.Registry
  - Services should register their database checkers with the existing registry
  - Use fx.Invoke to register database health checkers instead of providing new registry

- Fixes duplicate provider error for *health.Registry
- All services now build and should start successfully
This commit is contained in:
2025-11-06 21:00:52 +01:00
parent dfe460cb03
commit 4cac2b2592
7 changed files with 8 additions and 18 deletions

2
.gitignore vendored
View File

@@ -60,8 +60,6 @@ temp/
docs/site/
docs/.mkdocs_cache/
# Docker
.dockerignore
# OS-specific
Thumbs.db