From 5b77a23f5fb3739f23311cc92ef216dd4d882174 Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Sat, 29 Jun 2024 16:33:59 +0700 Subject: [PATCH] fix: REDIS_HOST: cache --- docker-compose.qa.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.qa.template.yml b/docker-compose.qa.template.yml index 828d0d6..9a378ce 100644 --- a/docker-compose.qa.template.yml +++ b/docker-compose.qa.template.yml @@ -27,7 +27,7 @@ services: APP_PORT: 3002 APP_ENV: development DB_URL: postgres://root:1234@db:5432/rpkm67_db - REDIS_HOST: localhost + REDIS_HOST: cache REDIS_PORT: 6379 REDIS_PASSWORD: 5678 JWT_SECRET: secret