Skip to content

Commit

Permalink
chore: REDIS_HOST 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
songyi00 committed Jul 27, 2024
1 parent 1cb39e1 commit 92299d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
DB_PASSWORD: ${DB_PASSWORD}
OAUTH_APPLE_CLIENT_ID: ${OAUTH_APPLE_CLIENT_ID}
JWT_SECRET: ${JWT_SECRET}
REDIS_HOST: ${REDIS_HOST}
restart: always
volumes:
- ./logs:/logs
Expand Down

0 comments on commit 92299d8

Please sign in to comment.