From 3d70e8948b4cb772de8e8b1829900a565fc0e0fd Mon Sep 17 00:00:00 2001 From: "avinash.b" Date: Mon, 29 Jan 2024 07:07:43 +0000 Subject: [PATCH] removed script container --- docker-compose.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 01f1d7e..fe323c2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,13 +25,4 @@ services: volumes: - ${automation_appsettings}:/opt/automation/appsettings.json environment: - - automationversion=896 - 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 \ No newline at end of file + - automationversion=896 \ No newline at end of file