From 47b848d8e1dfe9a08cc13e83b3fcafff99fb57e1 Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Sat, 29 Jun 2024 13:59:10 +0700 Subject: [PATCH] fix: auth vol qa --- docker-compose.qa.template.yml | 2 ++ microservices/auth/staff.template.json | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 microservices/auth/staff.template.json diff --git a/docker-compose.qa.template.yml b/docker-compose.qa.template.yml index e4c4345..b8b1d98 100644 --- a/docker-compose.qa.template.yml +++ b/docker-compose.qa.template.yml @@ -37,6 +37,8 @@ services: JWT_RESET_TOKEN_TTL: 900 networks: - rpkm67 + volumes: + - ./microservices/auth:/app/config/staffs ports: - "3002:3002" diff --git a/microservices/auth/staff.template.json b/microservices/auth/staff.template.json new file mode 100644 index 0000000..2d355e8 --- /dev/null +++ b/microservices/auth/staff.template.json @@ -0,0 +1,6 @@ +{ + "staffs": [ + "6932203021", + "6932203121" + ] +} \ No newline at end of file