update docker file
Этот коммит содержится в:
+32
-28
@@ -1,34 +1,6 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bizgaze_application:
|
|
||||||
image: harbor.hireserver.com/${reponame}/application:latest
|
|
||||||
container_name: bizgaze_application_${containername}
|
|
||||||
ports:
|
|
||||||
- "${hostport}:80"
|
|
||||||
volumes:
|
|
||||||
- ${application_appsettings}:/opt/bizgaze/appsettings.json
|
|
||||||
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
|
||||||
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
|
||||||
environment:
|
|
||||||
- appversion=956
|
|
||||||
|
|
||||||
bizgaze_assets:
|
|
||||||
image: harbor.hireserver.com/${reponame}/assets:latest
|
|
||||||
container_name: bizgaze_assets_${containername}
|
|
||||||
ports:
|
|
||||||
- "${assetsport}:80"
|
|
||||||
environment:
|
|
||||||
- assetsversion=955
|
|
||||||
|
|
||||||
bizgaze_automation:
|
|
||||||
image: harbor.hireserver.com/${reponame}/automation:latest
|
|
||||||
container_name: bizgaze_automation_${containername}
|
|
||||||
volumes:
|
|
||||||
- ${automation_appsettings}:/opt/automation/appsettings.json
|
|
||||||
environment:
|
|
||||||
- automationversion=955
|
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:6.0.6
|
image: mongo:6.0.6
|
||||||
container_name: mongodb_${containername}
|
container_name: mongodb_${containername}
|
||||||
@@ -50,3 +22,35 @@ services:
|
|||||||
- POSTGRES_PASSWORD=Bizgaze@123
|
- POSTGRES_PASSWORD=Bizgaze@123
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/postgresql/14/bizgaze:/var/lib/postgresql/data
|
- /var/lib/postgresql/14/bizgaze:/var/lib/postgresql/data
|
||||||
|
|
||||||
|
bizgaze_application:
|
||||||
|
image: harbor.hireserver.com/${reponame}/application:latest
|
||||||
|
container_name: bizgaze_application_${containername}
|
||||||
|
ports:
|
||||||
|
- "${hostport}:80"
|
||||||
|
volumes:
|
||||||
|
- ${application_appsettings}:/opt/bizgaze/appsettings.json
|
||||||
|
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
||||||
|
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
||||||
|
environment:
|
||||||
|
- appversion=956
|
||||||
|
- ConnectionStrings__common=server=postgresql_${containername};port=2424;Database=bizgaze_common_demo_0905;User id=postgres;Password=Bizgaze@123;MaxPoolSize=5000;Connection Lifetime=300
|
||||||
|
- ConnectionStrings__common_nsdb=bizgaze_common_demo_0905
|
||||||
|
- ConnectionStrings__nsdb_remoteconnection=mongodb://admin:Bizgaze%40123@mongodb_${containername}:28087/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
|
||||||
|
|
||||||
|
bizgaze_assets:
|
||||||
|
image: harbor.hireserver.com/${reponame}/assets:latest
|
||||||
|
container_name: bizgaze_assets_${containername}
|
||||||
|
ports:
|
||||||
|
- "${assetsport}:80"
|
||||||
|
environment:
|
||||||
|
- assetsversion=955
|
||||||
|
|
||||||
|
bizgaze_automation:
|
||||||
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
||||||
|
container_name: bizgaze_automation_${containername}
|
||||||
|
volumes:
|
||||||
|
- ${automation_appsettings}:/opt/automation/appsettings.json
|
||||||
|
environment:
|
||||||
|
- automationversion=955
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user