Searx: reduce google weight

This commit is contained in:
Tobias Manske 2024-02-23 19:25:57 +01:00
parent 33ea893e30
commit ec8a78aa6a
Signed by: tobias
GPG Key ID: 9164B527694A0709
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,6 @@ services:
restart: always restart: always
networks: networks:
- default # mirror service needs internet - default # mirror service needs internet
- gitea_ssh
- backend - backend
volumes: volumes:
- gitea_data:/data - gitea_data:/data
@ -71,7 +70,7 @@ services:
networks: networks:
postgres: postgres:
internal: true internal: true
gitea_ssh: default:
enable_ipv6: true enable_ipv6: true
backend: backend:
internal: true internal: true

View File

@ -146,6 +146,7 @@ engines:
- name: google - name: google
use_mobile_ui: true use_mobile_ui: true
shortcut: g shortcut: g
weight: 0.5
- name: google images - name: google images
use_mobile_ui: true use_mobile_ui: true