Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Donga1125 authored Mar 5, 2024
1 parent 4a0ea8a commit 10e4ae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ services:
- KAKAO_CLIENT_SECRET=${KAKAO_CLIENT_SECRET}
- MAIL_USERNAME=${MAIL_USERNAME}
- MAIL_PASSWORD=${MAIL_PASSWORD}
volumes:
- server-log:/celebee/log

volumes:
server-log:
external: true

0 comments on commit 10e4ae1

Please sign in to comment.