Browse Source

removed script container

avinash.b 1 year ago
parent
commit
072164e0a2
1 changed files with 1 additions and 10 deletions
  1. 1
    10
      docker-compose.yml

+ 1
- 10
docker-compose.yml View File

@@ -25,13 +25,4 @@ services:
25 25
     volumes:
26 26
       - ${automation_appsettings}:/opt/automation/appsettings.json
27 27
     environment:
28
-      - automationversion=950
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=950

Loading…
Cancel
Save