feat: add orchestrator shadow observability
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user