fix: ToolSourceUpdater bug and add docker volume mount

This commit is contained in:
jade
2026-07-10 10:30:59 +09:00
parent 67b83ff356
commit b199dad455
13 changed files with 178 additions and 14 deletions

View File

@@ -16,6 +16,8 @@ services:
context: ./axhub-gateway
ports:
- "8081:8081"
volumes:
- ./:/src
depends_on:
redis:
condition: service_healthy
@@ -25,6 +27,7 @@ services:
- SPRING_REDIS_PORT=6379
- SPRING_DATA_REDIS_HOST=redis
- SPRING_DATA_REDIS_PORT=6379
- AXHUB_SOURCE_DIR=/src
tool-sms:
build: