feat(runtime): 공통 메뉴 설정을 영속 데이터로 보존

최초 기동에만 Core 메뉴 기본값을 복사하고 이후 운영 편집은 배포와 컨테이너 재생성에서 유지한다. Compose 환경과 안전 검증 문서를 함께 갱신한다.
This commit is contained in:
2026-08-19 11:15:22 +00:00
parent b7814b28d9
commit c44e0999fe
4 changed files with 29 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ services:
GATEWAY_API_PORT: '15001'
GATEWAY_FRONTEND_PORT: '15000'
GATEWAY_TRPC_PATH: /gateway/api/trpc
CORE_NAVIGATION_CONFIG_FILE: /srv/data/navigation.json
GATEWAY_INTERNAL_API_URL: http://127.0.0.1:15001
GATEWAY_REDIS_PREFIX: sammo:gateway
GATEWAY_WORKSPACE_ROOT: /srv/core/repository