Skip to content

Commit 6f242c0

Browse files
authored
Pass OPENAI_API_KEY env to web processes (#277)
1 parent ac5d92e commit 6f242c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dockerfiles/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ services:
171171
- RTD_S3_BUILD_TOOLS_STORAGE_BUCKET
172172
- RTD_S3_STATIC_STORAGE_BUCKET
173173
- RTD_AWS_S3_REGION_NAME
174+
- RTD_OPENAI_API_KEY
174175
stdin_open: true
175176
tty: true
176177
networks:
@@ -256,6 +257,7 @@ services:
256257
- RTD_S3_BUILD_TOOLS_STORAGE_BUCKET
257258
- RTD_S3_STATIC_STORAGE_BUCKET
258259
- RTD_AWS_S3_REGION_NAME
260+
- RTD_OPENAI_API_KEY
259261
stdin_open: true
260262
tty: true
261263
networks:
@@ -304,6 +306,7 @@ services:
304306
- RTD_S3_BUILD_TOOLS_STORAGE_BUCKET
305307
- RTD_S3_STATIC_STORAGE_BUCKET
306308
- RTD_AWS_S3_REGION_NAME
309+
- RTD_OPENAI_API_KEY
307310
stdin_open: true
308311
tty: true
309312
networks:

0 commit comments

Comments
 (0)