We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fead35d + ea9c5fd commit 6fc8ab3Copy full SHA for 6fc8ab3
1 file changed
docker-compose.yml
@@ -105,6 +105,7 @@ services:
105
REDIS_URL: redis://redis:6379
106
KAKAO_CLIENT_ID: ${KAKAO_CLIENT_ID}
107
KAKAO_REDIRECT_URI: ${KAKAO_REDIRECT_URI}
108
+ GOOGLE_APPLICATION_CREDENTIALS: /app/google-tts-credentials.json
109
FASTAPI_URL: http://fastapi:8000
110
NODE_ENV: ${NODE_ENV:-development}
111
PORT: ${PORT:-3000}
@@ -114,6 +115,7 @@ services:
114
115
volumes:
116
- ./src:/app/src
117
- ./prisma:/app/prisma
118
+ - ./google-tts-credentials.json:/app/google-tts-credentials.json:ro
119
- /app/node_modules
120
depends_on:
121
mysql:
0 commit comments