Update docker-compose.yml

Co-authored-by: Vick Vasquez <vasjvic@hotmail.com>
This commit is contained in:
Mithra 2023-11-20 23:30:28 +05:30 committed by GitHub
parent 43d630a42a
commit 22527de20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ services:
- .env
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=${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: