From d379193bed67db15fd9c56929320cc0fc1c7eccd Mon Sep 17 00:00:00 2001 From: rasdani <73563550+rasdani@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:15:20 +0100 Subject: [PATCH] add REDIS_HOST environment variable to backend to comply fully with `docker-compose.yaml` --- ansible/dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/dev.yaml b/ansible/dev.yaml index ca2a11d9..eea49a3e 100644 --- a/ansible/dev.yaml +++ b/ansible/dev.yaml @@ -79,6 +79,7 @@ network_mode: oasst env: POSTGRES_HOST: oasst-postgres + REDIS_HOST: oasst-redis DEBUG_ALLOW_ANY_API_KEY: "true" DEBUG_USE_SEED_DATA: "true" MAX_WORKERS: "1"