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