From 358e8c2e3281a08071ea3bdba3ac950f3674e32a Mon Sep 17 00:00:00 2001 From: Opnxng Date: Thu, 16 Nov 2023 00:24:26 +0800 Subject: [PATCH] Photon: switched to offical image --- templates/compose/photon.yaml.j2 | 5 ++--- vars/services.yaml | 12 +++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/templates/compose/photon.yaml.j2 b/templates/compose/photon.yaml.j2 index 13eca41..99904f2 100644 --- a/templates/compose/photon.yaml.j2 +++ b/templates/compose/photon.yaml.j2 @@ -2,8 +2,7 @@ version: '3.7' services: photon: - # image: ghcr.io/xyphyn/photon:latest - image: git.opnxng.com/opnxng/photon:latest + image: ghcr.io/xyphyn/photon:latest container_name: photon security_opt: - no-new-privileges @@ -23,4 +22,4 @@ services: networks: photon: - name: photon \ No newline at end of file + name: photon diff --git a/vars/services.yaml b/vars/services.yaml index 93cb748..ab57a6a 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,10 +1,12 @@ -config: - oracle4: - - paulgo - compose: + oracle1: + - photon + oracle2: + - photon + oracle3: + - photon oracle4: - - paulgo + - photon # ----------------------------------------------------------------------------------------------------