|
@@ -21,7 +21,9 @@ 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
|
|
26
|
+ - /opt/bizgaze/applications/${containername}/assets/AppIcons_new.zip:/opt/bizgaze/wwwroot/AppIcons.zip
|
25
|
27
|
environment:
|
26
|
28
|
- assetsversion=93
|
27
|
29
|
bizgaze_automation:
|
|
@@ -30,6 +32,4 @@ services:
|
30
|
32
|
volumes:
|
31
|
33
|
- /opt/bizgaze/services/${containername}/appsettings.json:/opt/automation/appsettings.json
|
32
|
34
|
environment:
|
33
|
|
- - automationversion=93
|
34
|
|
-
|
35
|
|
-
|
|
35
|
+ - automationversion=93
|