diff --git a/searxng/stack.yml b/searxng/stack.yml index fefa519..deb16cf 100644 --- a/searxng/stack.yml +++ b/searxng/stack.yml @@ -21,7 +21,6 @@ services: depends_on: - valkey environment: - - SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/ - UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4} - UWSGI_THREADS=${SEARXNG_UWSGI_THREADS:-4} ports: @@ -29,7 +28,7 @@ services: networks: - searxng volumes: - - ./searxng:/etc/searxng:rw + - ${Volumes_PATH}/etc-searxng:/etc/searxng:rw - ${Volumes_PATH}/searxng-data:/var/cache/searxng:rw networks: