|
@@ -11,7 +11,7 @@ services:
|
11
|
11
|
- /opt/bizgaze/applications/${containername}/settings:/opt/bizgaze/wwwroot/settings
|
12
|
12
|
- /opt/bizgaze/applications/${containername}/_files:/opt/bizgaze/wwwroot/_files
|
13
|
13
|
environment:
|
14
|
|
- - appversion=98
|
|
14
|
+ - appversion=99
|
15
|
15
|
- environment=test
|
16
|
16
|
bizgaze_assets:
|
17
|
17
|
image: harbor.hireserver.com/${reponame}/assets:latest
|
|
@@ -21,6 +21,7 @@ services:
|
21
|
21
|
volumes:
|
22
|
22
|
- /opt/bizgaze/applications/${containername}/assets/appsettings.json:/opt/bizgaze/appsettings.json
|
23
|
23
|
- /opt/bizgaze/applications/${containername}/settings:/opt/bizgaze/wwwroot/settings
|
|
24
|
+ - /opt/bizgaze/applications/${containername}/settings.zip:/opt/bizgaze/wwwroot/settings.zip
|
24
|
25
|
- /opt/bizgaze/applications/${containername}/assets/_files:/opt/bizgaze/wwwroot/_files
|
25
|
26
|
environment:
|
26
|
27
|
- assetsversion=93
|