Skip to content

Commit

Permalink
fix: docker-compose 설정에 redis를 추가한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Jan 27, 2024
1 parent 4db0062 commit aaa1f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ services:
KAKAO_CLIENT_ID: ${KAKAO_CLIENT_ID}
KAKAO_CLIENT_SECRET: ${KAKAO_CLIENT_SECRET}
KAKAO_REDIRECT_URI: ${KAKAO_REDIRECT_URI}
REDIS_HOST: ${REDIS_HOST}
REDIS_PORT: ${REDIS_PORT}

redis:
container_name: moneymong-redis
Expand Down

0 comments on commit aaa1f8b

Please sign in to comment.