khoj
khoj copied to clipboard
Refactor: Moving environment variables of docker-compose.yml to .dockercompose_env file
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.