瀏覽代碼

added env variables for automation service

avinash.b 1 年之前
父節點
當前提交
5126eac0ac
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      docker-compose.yml

+ 4
- 0
docker-compose.yml 查看文件

54
       - ${automation_appsettings}:/opt/automation/appsettings.json
54
       - ${automation_appsettings}:/opt/automation/appsettings.json
55
     environment:
55
     environment:
56
       - automationversion=956
56
       - automationversion=956
57
+      - ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=bizgaze_common_demo_0905;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
58
+      - ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
59
+      - ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:28087/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false
60
+      - ConnectionStrings__postgres=server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123

Loading…
取消
儲存