Update 'docker-compose.yml'

This commit is contained in:
2024-02-05 10:00:35 +00:00
parent e4191148d8
commit 10032a88f5
+1 -1
View File
@@ -39,7 +39,7 @@ services:
- ConnectionStrings__common_nsdb=qa_common_tenant
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
- ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
- Environment=test
- Environment=prod
depends_on:
- mongodb
- postgresql