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