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/com/docker-compose.yml
2020-08-20 16:15:43 +08:00

16 lines
400 B
YAML

version: '3.1'
services:
auto-custom-clibrary:
image: 192.168.41.68/robotframework/auto-custom-clibrary:1.0
restart: always
container_name: auto-custom-clibrary-com
environment:
TZ: Asia/Shanghai
working_dir: /usr/src/python
command: robot -i tsg_device -d com/$time/ autotsg
privileged: true
volumes:
- /home/autotsg_gao:/usr/src/python