This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/docker/cli/docker-compose.yml

17 lines
427 B
YAML
Raw Normal View History

2020-06-18 18:50:39 +08:00
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-cli
environment:
TZ: Asia/Shanghai
working_dir: /usr/src/python
environment:
- loginType:cli
2020-06-22 18:31:30 +08:00
command: robot -i tsg_device -d cli/$time/ autotsg
2020-06-18 18:50:39 +08:00
privileged: true
volumes:
- /home/autotsg-gao:/usr/src/python
2020-06-22 17:05:48 +08:00