chore: 迁移服务器前同步本地修改

This commit is contained in:
2026-08-05 21:26:13 +08:00
parent aa47a19e98
commit 1a914a2517
73 changed files with 908 additions and 1961 deletions
-2
View File
@@ -19,7 +19,6 @@ services:
container_name: kilostar_test
ports:
- "8000:8000"
- "8265:8265"
depends_on:
db:
condition: service_healthy
@@ -31,5 +30,4 @@ services:
POSTGRES_DB: kilostar
SECRET_KEY: test-secret-key-not-for-production
KILOSTAR_SECRET_KEY: test-secret-key-not-for-production
KILOSTAR_MODE: standalone
KILOSTAR_ENV: dev