Skip to content

Commit

Permalink
feat: 환경 변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
songyi00 committed Jul 22, 2024
1 parent fe80828 commit c97188f
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 @@ -30,6 +30,7 @@ services:
DB_USERNAME: ${DB_USERNAME}
DB_PASSWORD: ${DB_PASSWORD}
OAUTH_APPLE_CLIENT_ID: ${OAUTH_APPLE_CLIENT_ID}
JWT_SECRET: ${JWT_SECRET}
restart: always
volumes:
- ./logs:/logs
Expand Down

0 comments on commit c97188f

Please sign in to comment.