|
@@ -16,12 +16,12 @@ services:
|
16
|
16
|
image: harbor.hireserver.com/${reponame}/assets:latest
|
17
|
17
|
container_name: bizgaze_assets_${containername}
|
18
|
18
|
environment:
|
19
|
|
- - appversion=65
|
|
19
|
+ - assetsversion=65
|
20
|
20
|
bizgaze_automation:
|
21
|
21
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
22
|
22
|
container_name: bizgaze_automation_${containername}
|
23
|
23
|
volumes:
|
24
|
24
|
- ${automation_appsettings}:/opt/automation/appsettings.json
|
25
|
25
|
environment:
|
26
|
|
- - appversion=65
|
|
26
|
+ - automationversion=65
|
27
|
27
|
|