sql更新、架构更新
This commit is contained in:
7
.devcontainer/external/docker-compose.yml
vendored
7
.devcontainer/external/docker-compose.yml
vendored
@@ -18,6 +18,13 @@ services:
|
||||
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}
|
||||
K12STUDY_GRAPH_HOST: ${K12STUDY_GRAPH_HOST:-host.docker.internal}
|
||||
K12STUDY_GRAPH_PORT: ${K12STUDY_GRAPH_PORT:-9669}
|
||||
K12STUDY_GRAPH_USER: ${K12STUDY_GRAPH_USER:-root}
|
||||
K12STUDY_GRAPH_PASSWORD: ${K12STUDY_GRAPH_PASSWORD:-nebula}
|
||||
K12STUDY_VECTOR_HOST: ${K12STUDY_VECTOR_HOST:-host.docker.internal}
|
||||
K12STUDY_VECTOR_PORT: ${K12STUDY_VECTOR_PORT:-19530}
|
||||
K12STUDY_VECTOR_HTTP_PORT: ${K12STUDY_VECTOR_HTTP_PORT:-9091}
|
||||
PYTHONUNBUFFERED: "1"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
||||
Reference in New Issue
Block a user