From 072164e0a22536c3fec6df360762824e28d6dd37 Mon Sep 17 00:00:00 2001 From: "avinash.b" Date: Mon, 29 Jan 2024 07:09:44 +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 7b3b4b5..7e59554 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file + - automationversion=950 \ No newline at end of file