diff --git a/templates/compose/photon.yaml.j2 b/templates/compose/photon.yaml.j2 index 661b043..3e55c89 100644 --- a/templates/compose/photon.yaml.j2 +++ b/templates/compose/photon.yaml.j2 @@ -1,8 +1,7 @@ # {{ ansible_managed }} services: photon: - #image: ghcr.io/xyphyn/photon:latest - image: ghcr.io/xyphyn/photon:v1.31.3 + image: ghcr.io/xyphyn/photon:latest container_name: photon security_opt: - no-new-privileges diff --git a/vars/services.yaml b/vars/services.yaml index b7f584d..d81a0b3 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,12 +1,12 @@ compose: oracle1: - - redlib + - photon oracle2: - - redlib + - photon oracle3: - - redlib + - photon oracle4: - - redlib + - photon # ----------------------------------------------------------------------------------------------------