fix: revert ports and add zombie container cleanup to CI
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-07-24 00:22:20 +09:00
parent 260f59b143
commit b3bdaa2b28
2 changed files with 20 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ services:
redis:
image: redis:latest
ports:
- "16379:6379"
- "6379:6379"
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 5s
@@ -30,12 +30,12 @@ services:
- SPRING_DATA_REDIS_PORT=6379
- AXHUB_SOURCE_DIR=/src
- JAVA_TOOL_OPTIONS=-Xms64m -Xmx384m
- SPRING_PROFILES_ACTIVE=dev
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
mci-mock:
image: wiremock/wiremock:latest
ports:
- "18089:8080"
- "8089:8080"
volumes:
- ./mci-mock:/home/wiremock
@@ -61,7 +61,7 @@ services:
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOMT=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=dev
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
tool-email:
build:
@@ -84,7 +84,7 @@ services:
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOMT=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=dev
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
tool-other:
build:
@@ -107,7 +107,7 @@ services:
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOMT=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=dev
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
tool-payment:
build:
@@ -130,12 +130,12 @@ services:
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOMT=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=dev
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
dozzle:
image: amir20/dozzle:latest
ports:
- "18288:8080"
- "8288:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/ubuntu/app/ax_hub_mcp_tool:/app