From 33bac9c51ccd21859a2bd83d518378f6b9a4003c Mon Sep 17 00:00:00 2001 From: Opnxng Date: Sat, 10 Feb 2024 11:08:56 +0800 Subject: [PATCH] SearXNG: temporarily switch to offical image --- templates/compose/paulgo.yaml.j2 | 3 ++- vars/services.yaml | 14 ++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/templates/compose/paulgo.yaml.j2 b/templates/compose/paulgo.yaml.j2 index 27f039e..afc04fb 100644 --- a/templates/compose/paulgo.yaml.j2 +++ b/templates/compose/paulgo.yaml.j2 @@ -3,7 +3,8 @@ version: '3.7' services: searxng: - image: git.opnxng.com/opnxng/searxng + # image: git.opnxng.com/opnxng/searxng + image: searxng/searxng:latest restart: always container_name: searxng security_opt: diff --git a/vars/services.yaml b/vars/services.yaml index 5b9c513..dfee5b1 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,12 +1,10 @@ -compose: - oracle1: - - mlmym - oracle2: - - mlmym - oracle3: - - mlmym +config: oracle4: - - mlmym + - paulgo + +compose: + oracle4: + - paulgo # ----------------------------------------------------------------------------------------------------