Skip to content

Commit

Permalink
🚨 db명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Yong99 committed Apr 7, 2024
1 parent 87b0a81 commit 23307cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/moment/moment-server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
ports:
- "8081:8081" # 호스트 머신의 8081 포트와 컨테이너 내부의 8081 포트를 매핑
environment:
SPRING_DATASOURCE_URL: jdbc:mysql://db-core:3306/moment-core?createDatabaseIfNotExist=TRUE&useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=UTF-8&serverTimezone=UTC
SPRING_DATASOURCE_URL: jdbc:mysql://db-core:3306/moment_core?createDatabaseIfNotExist=TRUE&useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=UTF-8&serverTimezone=UTC
SPRING_DATASOURCE_USERNAME: root
SPRING_DATASOURCE_PASSWORD: root1234
depends_on:
Expand Down Expand Up @@ -108,7 +108,7 @@ services:
ports:
- "8083:8083" # 호스트 머신의 8083 포트와 컨테이너 내부의 8083 포트를 매핑
environment:
SPRING_DATASOURCE_URL: jdbc:mysql://db-auth:3306/moment-auth?createDatabaseIfNotExist=TRUE&useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=UTF-8&serverTimezone=UTC
SPRING_DATASOURCE_URL: jdbc:mysql://db-auth:3306/moment_auth?createDatabaseIfNotExist=TRUE&useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=UTF-8&serverTimezone=UTC
SPRING_DATASOURCE_USERNAME: root
SPRING_DATASOURCE_PASSWORD: root1234
logging:
Expand Down

0 comments on commit 23307cc

Please sign in to comment.