加入自动集成部署
This commit is contained in:
14
docker/api/docker-compose.yml
Normal file
14
docker/api/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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-api
|
||||
environment:
|
||||
TZ: Asia/Shanghai
|
||||
working_dir: /usr/src/python
|
||||
command: robot -i tsg_bf_api -d 0618/ autotsg
|
||||
privileged: true
|
||||
volumes:
|
||||
- /home/autotsg-gao:/usr/src/python
|
||||
- /home/autotsg-gao/apilogs:/usr/src/python/0609
|
||||
Reference in New Issue
Block a user