|
@@ -7,23 +7,27 @@ services:
|
7
|
7
|
ports:
|
8
|
8
|
- "${hostport}:80"
|
9
|
9
|
volumes:
|
10
|
|
- - ${application_appsettings}:/opt/bizgaze/appsettings.json
|
11
|
|
- - ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
12
|
|
- - ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
|
10
|
+ - /opt/bizgaze/applications/${containername}/appsettings.json:/opt/bizgaze/appsettings.json
|
|
11
|
+ - /opt/bizgaze/applications/${containername}/settings:/opt/bizgaze/wwwroot/settings
|
|
12
|
+ - /opt/bizgaze/applications/${containername}/_files:/opt/bizgaze/wwwroot/_files
|
13
|
13
|
environment:
|
14
|
|
- - appversion=897
|
|
14
|
+ - appversion=98
|
15
|
15
|
- environment=test
|
16
|
16
|
bizgaze_assets:
|
17
|
17
|
image: harbor.hireserver.com/${reponame}/assets:latest
|
18
|
18
|
container_name: bizgaze_assets_${containername}
|
19
|
19
|
ports:
|
20
|
20
|
- "${assetsport}:80"
|
|
21
|
+ volumes:
|
|
22
|
+ - /opt/bizgaze/applications/${containername}/assets/appsettings.json:/opt/bizgaze/appsettings.json
|
|
23
|
+ - /opt/bizgaze/applications/${containername}/settings:/opt/bizgaze/wwwroot/settings
|
|
24
|
+ - /opt/bizgaze/applications/${containername}/assets/_files:/opt/bizgaze/wwwroot/_files
|
21
|
25
|
environment:
|
22
|
|
- - assetsversion=896
|
|
26
|
+ - assetsversion=93
|
23
|
27
|
bizgaze_automation:
|
24
|
28
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
25
|
29
|
container_name: bizgaze_automation_${containername}
|
26
|
30
|
volumes:
|
27
|
|
- - ${automation_appsettings}:/opt/automation/appsettings.json
|
|
31
|
+ - /opt/bizgaze/services/${containername}/appsettings.json:/opt/automation/appsettings.json
|
28
|
32
|
environment:
|
29
|
|
- - automationversion=896
|
|
33
|
+ - automationversion=93
|