forked from kimhyungsik/ax_hub_mcp_tool
Remove dozzle and gitea-runner from docker-compose.yml
This commit is contained in:
@@ -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 이름을 사용합니다.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user