removed script container

This commit is contained in:
2024-01-29 07:09:44 +00:00
parent dc772f0e55
commit 072164e0a2
+1 -10
View File
@@ -25,13 +25,4 @@ services:
volumes:
- ${automation_appsettings}:/opt/automation/appsettings.json
environment:
- automationversion=950
bizgaze_script:
image: harbor.hireserver.com/${reponame}/script:latest
container_name: bizgaze_script_${containername}
volumes:
- ${application_appsettings}:/app/appsettings.json
environment:
- appurl=http://bizgaze_application:${hostport}
depends_on:
- bizgaze_application
- automationversion=950