Change logging and implement gRPC

This commit is contained in:
2025-10-18 23:12:25 -07:00
parent 769fd5e2aa
commit 8229944149
14 changed files with 545 additions and 2100 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- "9090:9090" # Metrics (future)
- "8081:8081" # Health check (future)
volumes:
- ./notifier.config:/app/notifier.config:ro
- ./config.yaml:/app/config.yaml:ro
- notifier-data:/var/lib/notifier
environment:
- NOTIFIER_SERVER_MODE=both