chore: added firebase conf to tests run

This commit is contained in:
ITQ
2025-11-20 21:49:56 +03:00
parent cb1c417541
commit 36b0bd1cb4
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -25,6 +25,9 @@ services:
configs:
- source: backend_config
target: /app/config.toml
secrets:
- source: firebase
target: /app/firebase.json
env_file:
- path: ./infrastructure/configs/backend/.env.template
required: true
@@ -242,3 +245,7 @@ configs:
file: ./infrastructure/configs/pgadmin/servers.json
redis_config:
file: ./infrastructure/configs/redis/redis.conf
secrets:
firebase:
file: ./infrastructure/configs/backend/firebase.json