open-api-key
This commit is contained in:
parent
33c856c713
commit
43d630a42a
@ -9,10 +9,9 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
# or
|
||||
# environment:
|
||||
#- BACKEND_PORT=7001 # if you change the port, make sure to also change the VITE_WS_BACKEND_URL at frontend/.env.local
|
||||
# - OPENAI_API_KEY=your_openai_api_key
|
||||
environment:
|
||||
- BACKEND_PORT=7001 # if you change the port, make sure to also change the VITE_WS_BACKEND_URL at frontend/.env.local
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY:-} # works when you have the OPENAI_API_KEY set in your .env file
|
||||
|
||||
ports:
|
||||
- "${BACKEND_PORT:-7001}:${BACKEND_PORT:-7001}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user