修改自动部署文件
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
version: '3.1'
|
version: '3.1'
|
||||||
services:
|
services:
|
||||||
auto-custom-clibrary:
|
auto-custom-clibrary:
|
||||||
image: 192.168.41.68/robotframework/auto-custom-clibrary:3.0
|
image: 192.168.41.68/robotframework/auto-custom-clibrary:1.0
|
||||||
restart: always
|
restart: always
|
||||||
container_name: auto-custom-clibrary-wp
|
container_name: auto-custom-clibrary-wp
|
||||||
environment:
|
environment:
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
working_dir: /usr/src/python
|
working_dir: /usr/src/python
|
||||||
command: robot -i tsg_bf_api -d wp/$time/ autotsg
|
command: robot -i tsg_adc_wp -d wp/$time/ autotsg
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- /home/autotsg-gao:/usr/src/python
|
- /home/autotsg_jwc:/usr/src/python
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user