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

@@ -1,8 +1,13 @@
K12STUDY_DB_HOST=host.docker.internal
# 另一台主机(公共服务机)地址
K12STUDY_DB_HOST=192.168.0.23
K12STUDY_DB_PORT=5432
K12STUDY_DB_NAME=k12study
K12STUDY_DB_USER=k12study
K12STUDY_DB_PASSWORD=k12study
K12STUDY_REDIS_HOST=host.docker.internal
K12STUDY_REDIS_HOST=192.168.0.23
K12STUDY_REDIS_PORT=6379
K12STUDY_REDIS_PASSWORD=
K12STUDY_REGISTRY_HOST=192.168.0.23
K12STUDY_REGISTRY_PORT=8848
K12STUDY_REGISTRY_GRPC_PORT=9848
K12STUDY_REGISTRY_RAFT_PORT=9849