feat: add orchestrator shadow observability

This commit is contained in:
john
2026-07-24 21:44:21 +08:00
parent 24336d0178
commit 3e57f85d3a
18 changed files with 992 additions and 9 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:17-alpine
image: postgres:16-alpine
restart: unless-stopped
environment:
POSTGRES_DB: memind_orchestrator
@@ -17,6 +17,7 @@ services:
- orchestrator_internal
orchestrator:
image: memind/workflow-orchestrator:local
build:
context: ../../services/orchestrator
dockerfile: Dockerfile