|
@@ -25,13 +25,4 @@ services:
|
25
|
25
|
volumes:
|
26
|
26
|
- ${automation_appsettings}:/opt/automation/appsettings.json
|
27
|
27
|
environment:
|
28
|
|
- - automationversion=896
|
29
|
|
- bizgaze_script:
|
30
|
|
- image: harbor.hireserver.com/${reponame}/script:latest
|
31
|
|
- container_name: bizgaze_script_${containername}
|
32
|
|
- volumes:
|
33
|
|
- - ${application_appsettings}:/app/appsettings.json
|
34
|
|
- environment:
|
35
|
|
- - appurl=http://bizgaze_application:${hostport}
|
36
|
|
- depends_on:
|
37
|
|
- - bizgaze_application
|
|
28
|
+ - automationversion=896
|