File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 11SPRING__SECURITY__OAUTH2__CLIENT__REGISTRATION__KAKAO__CLIENT_ID=NEED_TO_SET
2- SPRING__SECURITY__OAUTH2__CLIENT__REGISTRATION__GOOGLE__CLIENT_ID=NEED_TO_SET
3- SPRING__SECURITY__OAUTH2__CLIENT__REGISTRATION__GOOGLE__CLIENT_SECRET=NEED_TO_SET
42SPRING__SECURITY__OAUTH2__CLIENT__REGISTRATION__NAVER__CLIENT_ID=NEED_TO_SET
53SPRING__SECURITY__OAUTH2__CLIENT__REGISTRATION__NAVER__CLIENT_SECRET=NEED_TO_SET
64
75CUSTOM__JWT__SECRET_KEY=NEED_TO_SET
86
9- REDIS_HOST=NEED_TO_SET
10- REDIS_PORT=NEED_TO_SET
11-
127DB_HOST=NEED_TO_SET
138DB_PORT=NEED_TO_SET
149DB_NAME=NEED_TO_SET
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ repositories {
2727dependencies {
2828 implementation ' org.springframework.boot:spring-boot-starter-cache'
2929 implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
30- implementation ' org.springframework.boot:spring-boot-starter-data-redis'
3130 implementation ' org.springframework.boot:spring-boot-starter-security'
3231 implementation ' org.springframework.boot:spring-boot-starter-validation'
3332 implementation ' org.springframework.boot:spring-boot-starter-web'
Original file line number Diff line number Diff line change @@ -13,16 +13,6 @@ services:
1313 - " ${DB_PORT}:${DB_PORT}"
1414 volumes :
1515 - postgres-data:/var/lib/postgresql/data
16- # Redis 서비스
17- redis :
18- image : redis:latest
19- container_name : redis
20- restart : always
21- ports :
22- - " ${REDIS_PORT}:${REDIS_PORT}"
23- volumes :
24- - redis-data:/data
2516
2617volumes :
2718 postgres-data :
28- redis-data:
You can’t perform that action at this time.
0 commit comments