Add docker entrypoint and env loader
This commit is contained in:
15
.env.sample
Normal file
15
.env.sample
Normal 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
|
||||
Reference in New Issue
Block a user