diff --git a/templates/compose/redlib.yaml.j2 b/templates/compose/redlib.yaml.j2 index d54640d..8e455e5 100644 --- a/templates/compose/redlib.yaml.j2 +++ b/templates/compose/redlib.yaml.j2 @@ -3,8 +3,9 @@ version: '3.7' services: redlib: container_name: redlib - #image: quay.io/redlib/redlib:latest - image: quay.io/redlib/redlib:latest-arm + image: ghcr.io/kankerdev/redlib:latest + # Temp workaround + # image: quay.io/redlib/redlib:latest-arm security_opt: #- seccomp="seccomp-redlib.json" - no-new-privileges diff --git a/vars/services.yaml b/vars/services.yaml index 84a06d5..aee5abf 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,10 +1,12 @@ -config: - oracle4: - - paulgo - compose: + oracle1: + - redlib + oracle2: + - redlib + oracle3: + - redlib oracle4: - - paulgo + - redlib # ---------------------------------------------------------------------------------------------------- @@ -147,3 +149,4 @@ deployed-config: - anonymousoverflow - scribe - priviblur + - proxigram