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 # ----------------------------------------------------------------------------------------------------