refactor: change Tokenization Method

This commit is contained in:
MaoMengww
2026-03-07 16:56:42 +08:00
committed by lyingbug
parent c4a5a4d99b
commit e898d62141
4 changed files with 43 additions and 49 deletions

View File

@@ -327,12 +327,6 @@ services:
- CLUSTER_GOSSIP_BIND_PORT=7000
- CLUSTER_DATA_BIND_PORT=7001
- RAFT_BOOTSTRAP_EXPECT=1
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/v1/.well-known/live"]
interval: 30s
start_period: 90s
timeout: 20s
retries: 3
ports:
- "9035:8080"
- "50052:50051"