Browse Source

Update 'docker-compose.yml'

avinash.b 1 year ago
parent
commit
90868c4d90
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml View File

@@ -39,6 +39,7 @@ services:
39 39
       - ConnectionStrings__common_nsdb=qa_common_tenant
40 40
       - ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
41 41
       - ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
42
+      - Environment=test
42 43
     depends_on:
43 44
       - mongodb
44 45
       - postgresql

Loading…
Cancel
Save