From 38426099b76bf579a961620313f4b498e0cd4a85 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Mon, 16 Sep 2024 08:10:02 +0800 Subject: [PATCH] Photon: pinned to working image version --- templates/compose/photon.yaml.j2 | 3 ++- vars/services.yaml | 18 ++++-------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/templates/compose/photon.yaml.j2 b/templates/compose/photon.yaml.j2 index 3e55c89..661b043 100644 --- a/templates/compose/photon.yaml.j2 +++ b/templates/compose/photon.yaml.j2 @@ -1,7 +1,8 @@ # {{ ansible_managed }} services: photon: - image: ghcr.io/xyphyn/photon:latest + #image: ghcr.io/xyphyn/photon:latest + image: ghcr.io/xyphyn/photon:v1.31.3 container_name: photon security_opt: - no-new-privileges diff --git a/vars/services.yaml b/vars/services.yaml index 29e86f1..d81a0b3 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,22 +1,12 @@ compose: oracle1: - - searxng + - photon oracle2: - - searxng + - photon oracle3: - - searxng + - photon oracle4: - - searxng - -config: - oracle1: - - searxng - oracle2: - - searxng - oracle3: - - searxng - oracle4: - - searxng + - photon # ----------------------------------------------------------------------------------------------------