SEARXNG_SECRET_KEY
:~/aiagent/agenticSeek$ sudo ./start_services.sh [sudo] password for mhd: Checking if Docker daemon is running... Docker daemon is running. Warning: stopping all docker containers (t-4 seconds)... "docker stop" requires at least 1 argument. See 'docker stop --help'.
Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]
Stop one or more running containers All containers stopped /usr/lib/python3/dist-packages/paramiko/transport.py:237: CryptographyDeprecationWarning: Blowfish has been deprecated and will be removed in a future release "class": algorithms.Blowfish, ERROR: Invalid interpolation format for "environment" option in service "searxng": "SEARXNG_SECRET_KEY=$(openssl rand -hex 32)" Error: Failed to start containers. Check Docker logs with 'docker-compose logs'. Possible fixes: Run with sudo or ensure port 8080 is free. this error show every time i need to start the service and dont complete the deply docker command i try to make the secret key and export it but this did nt fix the problem pls can you give me the fix for this?
This happen on some docker and will be fixed once full dockerization is merged. For now you could hardcode a secret key in the docker-compose or use the version on the dev branch. (which need to be run with ./start_services.sh full
should be fixed by #298