sql更新+dev通用容器

This commit is contained in:
2026-04-14 18:14:41 +08:00
parent 4b38a4c952
commit 7018c61a00
11 changed files with 235 additions and 53 deletions

View File

@@ -14,6 +14,10 @@ services:
K12STUDY_REDIS_HOST: ${K12STUDY_REDIS_HOST:-host.docker.internal}
K12STUDY_REDIS_PORT: ${K12STUDY_REDIS_PORT:-6379}
K12STUDY_REDIS_PASSWORD: ${K12STUDY_REDIS_PASSWORD:-}
K12STUDY_REGISTRY_HOST: ${K12STUDY_REGISTRY_HOST:-host.docker.internal}
K12STUDY_REGISTRY_PORT: ${K12STUDY_REGISTRY_PORT:-8848}
K12STUDY_REGISTRY_GRPC_PORT: ${K12STUDY_REGISTRY_GRPC_PORT:-9848}
K12STUDY_REGISTRY_RAFT_PORT: ${K12STUDY_REGISTRY_RAFT_PORT:-9849}
PYTHONUNBUFFERED: "1"
extra_hosts:
- "host.docker.internal:host-gateway"