Update 'docker-compose.yml'
This commit is contained in:
джерело
03e1481981
коміт
1623b8a90e
|
|
@ -39,6 +39,9 @@ services:
|
|||
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
||||
- 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
|
||||
depends_on:
|
||||
- mongodb
|
||||
- postgresql
|
||||
|
||||
bizgaze_assets:
|
||||
image: harbor.hireserver.com/${reponame}/assets:latest
|
||||
|
|
@ -59,3 +62,6 @@ services:
|
|||
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
||||
- 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
|
||||
depends_on:
|
||||
- mongodb
|
||||
- postgresql
|
||||
|
|
|
|||
Завантаження…
Посилання в новій задачі