浏览代码

added script file

devops.bizgaze 1年前
父节点
当前提交
672023c1ec
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml 查看文件

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
34
     environment:
35
     environment:
35
       - appurl=http://bizgaze_application:${hostport}
36
       - appurl=http://bizgaze_application:${hostport}
36
     depends_on:
37
     depends_on:

正在加载...
取消
保存