修改自动部署文件名称
This commit is contained in:
15
docker/com/docker-compose.yml
Normal file
15
docker/com/docker-compose.yml
Normal 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
|
||||||
|
|
||||||
|
|
||||||
15
docker/wp/docker-compose.yml
Normal file
15
docker/wp/docker-compose.yml
Normal 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
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user