|
|
|
|
39
|
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
39
|
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
40
|
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
|
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
|
- ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
|
41
|
- ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
|
|
|
42
|
+ depends_on:
|
|
|
43
|
+ - mongodb
|
|
|
44
|
+ - postgresql
|
42
|
|
45
|
|
43
|
bizgaze_assets:
|
46
|
bizgaze_assets:
|
44
|
image: harbor.hireserver.com/${reponame}/assets:latest
|
47
|
image: harbor.hireserver.com/${reponame}/assets:latest
|
|
|
|
|
59
|
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
62
|
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
60
|
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
|
63
|
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
|
61
|
- ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
|
64
|
- ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123
|
|
|
65
|
+ depends_on:
|
|
|
66
|
+ - mongodb
|
|
|
67
|
+ - postgresql
|