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