chore(atp): work-session 갱신 — dev 앱 docker 전환 기록 (sid 20260629-171042)

spring-boot:run(호스트) → docker compose app 컨테이너. 스모크 403/200 확인.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K3FeMrbtxfTScjrwUukyHD
This commit is contained in:
이정수 2026-06-29 17:28:02 +09:00
parent 2d1d58c8e5
commit 3405de4350
1 changed files with 12 additions and 1 deletions

View File

@ -16,7 +16,18 @@ user_request: |
(직전 세션 20260629-151216 좋아요 서버 영속화 수정의 실환경 스모크 실패) (직전 세션 20260629-151216 좋아요 서버 영속화 수정의 실환경 스모크 실패)
related_session: 20260629-151216 related_session: 20260629-151216
invocations: [] invocations: []
decisions: [] decisions:
- id: D1
axis: 'dev 앱 구동 방식'
choice: 'spring-boot:run(호스트 JVM) → docker compose app 컨테이너 전환'
decided_by: user
at: 2026-06-29T17:28:00+09:00
note: |
docker compose build app (이미지 빌드 성공) → 호스트 PID 99638 종료 → docker compose up -d app.
bibimbap-app Up(8080), Started BibimbapApplication, db 서비스(schema dev) 연결. 더미 데이터 동일.
스모크: POST /game/1/like→403, GET /→200.
이후 코드 변경 재배포 = docker compose up -d --build app (가이드 compose 행 참조).
주의: db 볼륨 기존 init(12일 전) 이라 schema.sql 의 UNIQUE 변경은 미적용 — 별도 마이그레이션 항목.
user_signals: user_signals:
positive: [] positive: []
negative: negative: