Add docker entrypoint and env loader

This commit is contained in:
Lectom C Han
2026-02-02 18:52:20 +09:00
parent 0037b90573
commit bf86b1d1e7
30 changed files with 2627 additions and 1547 deletions

15
.env.sample Normal file
View File

@@ -0,0 +1,15 @@
# DB 접속 정보
DB_HOST=db
DB_PORT=5432
DB_NAME=kngil
DB_USER=postgres
DB_PASS=postgres
# 참고: kngil_DB 덤프의 소유자가 postgres이므로 DB_USER 변경 시 초기 복원 실패 가능
# OIDC 설정
OIDC_ISSUER=
OIDC_CLIENT_ID=
OIDC_CLIENT_SECRET=
OIDC_REDIRECT_URL=
OIDC_SCOPES=openid profile email