Skip to content

Commit 6fc8ab3

Browse files
authored
[hotfix]: docker-compose에 tts 파일 추가 (moduwa-aac#85)
2 parents fead35d + ea9c5fd commit 6fc8ab3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ services:
105105
REDIS_URL: redis://redis:6379
106106
KAKAO_CLIENT_ID: ${KAKAO_CLIENT_ID}
107107
KAKAO_REDIRECT_URI: ${KAKAO_REDIRECT_URI}
108+
GOOGLE_APPLICATION_CREDENTIALS: /app/google-tts-credentials.json
108109
FASTAPI_URL: http://fastapi:8000
109110
NODE_ENV: ${NODE_ENV:-development}
110111
PORT: ${PORT:-3000}
@@ -114,6 +115,7 @@ services:
114115
volumes:
115116
- ./src:/app/src
116117
- ./prisma:/app/prisma
118+
- ./google-tts-credentials.json:/app/google-tts-credentials.json:ro
117119
- /app/node_modules
118120
depends_on:
119121
mysql:

0 commit comments

Comments
 (0)