自动部署文件

This commit is contained in:
jwc
2020-07-01 16:45:14 +08:00
parent 42246c5b8f
commit d4e981b7f7
3 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: '3.1'
services:
auto-custom-clibrary:
image: 192.168.41.68/robotframework/auto-custom-clibrary:3.0
restart: always
container_name: auto-custom-clibrary-com
environment:
TZ: Asia/Shanghai
working_dir: /usr/src/python
command: robot -i tsg_bf_api -d api/$time/ autotsg
privileged: true
volumes:
- /home/autotsg-gao:/usr/src/python

View File

@@ -0,0 +1,15 @@
version: '3.1'
services:
auto-custom-clibrary:
image: 192.168.41.68/robotframework/auto-custom-clibrary:3.0
restart: always
container_name: auto-custom-clibrary-wp
environment:
TZ: Asia/Shanghai
working_dir: /usr/src/python
command: robot -i tsg_bf_api -d api/$time/ autotsg
privileged: true
volumes:
- /home/autotsg-gao:/usr/src/python