Skip to content

Commit

Permalink
chore[#104]: docker-compose에 mail 정보 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zeze1004 committed Jun 16, 2024
1 parent 2d38581 commit 3b3837e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ services:
SPRING_DATASOURCE_URL: jdbc:mysql://db-npqmf.pub-cdb.ntruss.com:3306/wedding
SPRING_DATASOURCE_USERNAME: ${DB_USERNAME}
SPRING_DATASOURCE_PASSWORD: ${DB_PASSWORD}
SPRING_MAIL_HOST: smtp.gmail.com
SPRING_MAIL_PORT: 587
SPRING_MAIL_USERNAME: ${MAIL_USERNAME}
SPRING_MAIL_PASSWORD: ${MAIL_PASSWORD}
nginx:
image: nginx:latest
ports:
Expand Down

0 comments on commit 3b3837e

Please sign in to comment.