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/wp/docker-compose.yml

16 lines
398 B
YAML
Raw Normal View History

2020-07-01 18:08:43 +08:00
version: '3.1'
services:
auto-custom-clibrary:
2020-07-28 11:05:18 +08:00
image: 192.168.41.68/robotframework/auto-custom-clibrary:1.0
2020-07-01 18:08:43 +08:00
restart: always
container_name: auto-custom-clibrary-wp
environment:
TZ: Asia/Shanghai
working_dir: /usr/src/python
2020-07-28 11:05:18 +08:00
command: robot -i tsg_adc_wp -d wp/$time/ autotsg
2020-07-01 18:08:43 +08:00
privileged: true
volumes:
- /home/autotsg_gao:/usr/src/python
2020-07-01 18:08:43 +08:00