Introduce Docker Compose development stack with TimescaleDB and NATS services. Update README with usage instructions for local development. Upgrade Go version to 1.25.0 and update dependencies. Refactor configuration for NATS consumer rules and enhance Telegram database schema with TimescaleDB support.

This commit is contained in:
windyboy
2025-11-15 09:46:29 +08:00
parent 359e7694ab
commit 4f16bd6d90
8 changed files with 159 additions and 25 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ discard = "old"
storage = "file"
replicas = 1
[nats.consumer]
[nats.consumer_rules]
max_deliver = 5
ack_wait = "30s"
max_ack_pending = 1024
@@ -52,5 +52,5 @@ format = "json"
[telemetry]
enabled = false
endpoint = "http://otel-collector:4318"
endpoint = "otel-collector:4318"
insecure = true