khoj icon indicating copy to clipboard operation
khoj copied to clipboard

Refactor: Moving environment variables of docker-compose.yml to .dockercompose_env file

Open DharunKumar04 opened this issue 1 month ago • 2 comments

Move Environment Variables to env File

Refactored the setup to move environment variables from docker-compose.yml to a .dockercompose_env file for better maintainability. This makes managing secrets easier and keeps the docker-compose.yml cleaner.

DharunKumar04 avatar Jan 09 '25 07:01 DharunKumar04