From 386b6f205942b666882566d34cc6d08ac515a1a8 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 25 Jul 2025 12:08:53 +0530 Subject: [PATCH] use variable --- privfrontends/vars.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/privfrontends/vars.yaml b/privfrontends/vars.yaml index 58bb1e0..9a723af 100644 --- a/privfrontends/vars.yaml +++ b/privfrontends/vars.yaml @@ -107,8 +107,8 @@ apps: mounts: - "{{configs_dir}}/librarian/config.yml:/app/config.yml" redlib: - needs_data_dir: false - needs_configs_dir: false + needs_data_dir: true + needs_configs_dir: true docker_settings: services: - name: redlib @@ -127,8 +127,8 @@ apps: ports: - "6464:9980" mounts: - - "./cache:/cache" - - "/opt/configs-privfrontends/redlib/policy.yml:/policy.yml:ro" + - "{{data_dir}}/redlib/cache:/cache" + - "{{configs_dir}}/redlib/policy.yml:/policy.yml:ro" environment: GOAWAY_BIND: ":9980" GOAWAY_BIND_NETWORK: "proxy"