sync: update from private repo (402599f)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-04 13:41:33 +00:00
parent 57685d995c
commit c526adddc2
28 changed files with 2092 additions and 2727 deletions
+5 -2
View File
@@ -7,7 +7,10 @@ services:
container_name: maestro
restart: unless-stopped
ports:
- "9876:9876"
# Auth is optional, so keep the default deployment local-only.
- "127.0.0.1:9876:9876"
extra_hosts:
- "host.docker.internal:host-gateway"
env_file:
- .env
environment:
@@ -20,7 +23,7 @@ services:
- maestro-data:/data
# エージェントワークスペース永続化
- maestro-workspaces:/workspaces
# 設定ファイル (任意でホストからマウント)
# 設定ファイル (任意でホストから read-only マウント)
# - ./config.yaml:/app/config.yaml:ro
healthcheck:
test: ["CMD", "node", "-e", "fetch('http://localhost:9876/health').then(r => process.exit(r.ok ? 0 : 1)).catch(() => process.exit(1))"]