Skip to content

Commit

Permalink
feat: springboot volume 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Jul 1, 2024
1 parent 9e673c5 commit 52c6da4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ services:
APPLE_CLIENT_ID: ${APPLE_CLIENT_ID}
KAKAO_ADMIN_KEY: ${KAKAO_ADMIN_KEY}
INVITATION_CODE_KEY: ${INVITATION_CODE_KEY}
volumes:
- ./logfile:/logs

redis:
container_name: moneymong-redis
image: redis
Expand Down

0 comments on commit 52c6da4

Please sign in to comment.