Browse Source

removed script volume

devops.bizgaze 1 year ago
parent
commit
1adbf13e71
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      docker-compose.yml

+ 0
- 1
docker-compose.yml View File

31
     container_name: bizgaze_script_${containername}
31
     container_name: bizgaze_script_${containername}
32
     volumes:
32
     volumes:
33
       - ${application_appsettings}:/app/appsettings.json
33
       - ${application_appsettings}:/app/appsettings.json
34
-      - /home/bizgaze/bizgazescript/script.sh:/app/script.sh
35
     environment:
34
     environment:
36
       - appurl=http://bizgaze_application:${hostport}
35
       - appurl=http://bizgaze_application:${hostport}
37
     depends_on:
36
     depends_on:

Loading…
Cancel
Save