- named volume 대신 호스트 경로 바인드 마운트 사용 (DB_DATA_DIR, 기본 /data/postgres) - backend: DB 연결/동기화 실패 시 프로세스 종료 - restart: always가 DB 준비까지 재시도하도록 fail-fast 적용 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,8 @@ DB_HOST=postgres
|
||||
DB_USER=
|
||||
DB_PASSWORD=
|
||||
DB_NAME=report_db
|
||||
# DB 데이터 저장 경로 (호스트 바인드 마운트, 기본값 /data/postgres)
|
||||
DB_DATA_DIR=/data/postgres
|
||||
|
||||
# Admin Account
|
||||
ADMIN_USER=
|
||||
|
||||
Reference in New Issue
Block a user