Skip to content

Commit

Permalink
fix: dev db 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Oct 20, 2024
1 parent cb34b86 commit e0f3b7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ services:
environment:
SPRING_REDIS_HOST: redis
SPRING_REDIS_PORT: 6379
APPLICATION_DATASOURCE_URL_DEV: jdbc:postgresql://postgresql:5432/yapp
APPLICATION_DATASOURCE_USERNAME: yapp
APPLICATION_DATASOURCE_PASSWORD: yapp
ports:
- '8080:8080'
networks:
Expand Down

0 comments on commit e0f3b7e

Please sign in to comment.