Skip to content

Commit 6e402a4

Browse files
committed
Merge branch 'hotfix' into develop
2 parents 9f37563 + 06a1610 commit 6e402a4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,6 @@ springboot/.vscode/
234234
springboot/gradlew
235235
springboot/.gradle/8.8/fileHashes/fileHashes.bin
236236
springboot/.gradle/8.8/fileHashes/fileHashes.lock
237+
238+
### GCC KEY
239+
chatbot-character-image-6b2ea50ecd70.json

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ services:
6969
MONGO_INITDB_ROOT_USERNAME: ${MONGO_ADMIN_USER}
7070
MONGO_INITDB_ROOT_PASSWORD: ${MONGO_ADMIN_PASSWORD}
7171
MONGO_DATABASE: ${MONGO_DATABASE}
72+
GOOGLE_APPLICATION_CREDENTIALS: /app/JSON_KEY.json # 환경 변수 설정
7273
volumes:
7374
- ./mongo/data:/data/db
7475
- ./mongo/log:/var/log/mongodb
7576
- ./mongo/.env:/docker-entrypoint-initdb.d/.env
76-
- GOOGLE_APPLICATION_CREDENTIALS_JSON=/app/JSON_KEY.json # 컨테이너 내 경로 설정
77-
- C:\Users\91dlw\Downloads\chatbot-character-image-6905e8098226.json:/app/JSON_KEY.json # 호스트에서 컨테이너로 파일 매핑
78-
#JSON_KEY 파일 경로:/app/JSON_KEY.json 형식으로 변경 후 사용
77+
- ./chatbot-character-image-6b2ea50ecd70.json:/app/JSON_KEY.json # 호스트에서 컨테이너로 파일 매핑

0 commit comments

Comments
 (0)