diff --git a/templates/compose/redlib.yaml.j2 b/templates/compose/redlib.yaml.j2 index 1c67492..7b1ed28 100644 --- a/templates/compose/redlib.yaml.j2 +++ b/templates/compose/redlib.yaml.j2 @@ -3,8 +3,7 @@ version: '3.7' services: redlib: container_name: redlib - image: ghcr.io/kankerdev/redlib:latest # Temp workaround - # image: quay.io/redlib/redlib:latest-arm + 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 085a32d..4760b60 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,22 +1,12 @@ compose: oracle1: - - searxng + - redlib oracle2: - - searxng + - redlib oracle3: - - searxng + - redlib oracle4: - - searxng - -config: - oracle1: - - searxng - oracle2: - - searxng - oracle3: - - searxng - oracle4: - - searxng + - redlib # ----------------------------------------------------------------------------------------------------