Update 'docker-compose.yml'

This commit is contained in:
2024-02-08 10:03:55 +00:00
parent ccadb47b77
commit 0439b8abee
+1 -1
View File
@@ -39,7 +39,7 @@ services:
- ConnectionStrings__common_nsdb=qa_common_tenant - ConnectionStrings__common_nsdb=qa_common_tenant
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@192.168.88.104:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false - ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@192.168.88.104: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 - ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
- Environment=test - environment=test
depends_on: depends_on:
- mongodb - mongodb
- postgresql - postgresql