ljlm0402 / typescript-express-starter

📘 Quick and Easy TypeScript Express Starter
http://npm.im/typescript-express-starter
MIT License
2.71k stars 419 forks source link

Update docker-compose.yml #218

Closed ehbong closed 1 year ago

ehbong commented 1 year ago

When creating a pg container, an error occurs that the environment key is not recognized.

Content (작업 내용) 📝

pg 컨테이너가 실행될 때 environment 의 파라메터를 인식 못하는 오류가 발생합니다. 이에 키 값을 수정했습니다.

Screenshot for work content (작업 내용 스크린샷) 📸

image

Check List (체크 사항) ✅

ljlm0402 commented 1 year ago

Q. Are there any side effects that occur when changes are made as mentioned? For example, does an error occur in the import part of the config file??

image
ehbong commented 1 year ago

If the docker-compose.yml DB parameter value is DB_USER, DB_PASSWORD, DB_DATABASE, When running docker-compose up, it seems that the DB parameter value cannot be found. The following error is output.

스크린샷 2023-09-03 오후 3 08 05
ljlm0402 commented 1 year ago

@ehbong

The error case has been confirmed. We will make modifications to suit your request. Thanks for your help. This pull quest will be closed.