diff --git a/README.md b/README.md index 6f9f5637e..d6a9adf42 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,6 @@ http://localhost:8084/tool-test-console.html | `mci-mock` (WireMock) | 8080 | 8089 | | `was-sms` | 8082 | 8282 | | `was-oth` | 8084 | 8284 | -| `dozzle` | 8080 | 8288 | Compose의 Pod URL은 컨테이너 DNS 이름을 사용합니다. diff --git a/docker-compose.yml b/docker-compose.yml index e0fc07003..f0fab1e7b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -63,28 +63,3 @@ services: - GLOW_COMMUNICATION_EAI_HOMT=http://mci-mock - GLOW_COMMUNICATION_EAI_PORT=8080 - SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local} - - dozzle: - image: amir20/dozzle:latest - ports: - - "8288:8080" - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - /home/ubuntu/app/ax_hub_mcp_tool:/app - restart: always - - gitea-runner: - image: gitea/act_runner:latest - environment: - - GITEA_INSTANCE_URL=https://git.devjun.net - - GITEA_RUNNER_REGISTRATION_TOKEN=2N7ciuFIp6Jm29ewtzfl9ruQtpwGgB4ngFcXC2lF - - GITEA_RUNNER_NAME=ociwp-runner - - GLOW_COMMUNICATION_EXTMCI_PORT=8080 - - GITEA_RUNNER_LABELS=ubuntu-latest,ubuntu-22.04,linux-arm64 - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - /home/ubuntu/app/ax_hub_mcp_tool:/app - - ./act_runner_data:/data - - ./bin/docker:/usr/bin/docker - - /usr/libexec/docker/cli-plugins/docker-compose:/usr/libexec/docker/cli-plugins/docker-compose - restart: always diff --git a/docs/superpowers/plans/2026-08-04-readme-current-was.md b/docs/superpowers/plans/2026-08-04-readme-current-was.md index 5c34a7896..e64d57ba2 100644 --- a/docs/superpowers/plans/2026-08-04-readme-current-was.md +++ b/docs/superpowers/plans/2026-08-04-readme-current-was.md @@ -35,7 +35,7 @@ Modules: dap-was-lib, dap-was-sms, dap-was-oth Ports: SMS 8082, OTH 8084 REST endpoints: GET /mcp/api/v1/tools/local, POST /mcp/{name}, GET /tool-manifest MCP transport: Streamable HTTP at /mcp -Compose host ports: SMS 8282, OTH 8284, Redis 6379, WireMock 8089, Dozzle 8288 +Compose host ports: SMS 8282, OTH 8284, Redis 6379, WireMock 8089 ``` - [x] **Step 2: Rewrite README sections**