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-wp
environment:
TZ: Asia/Shanghai
working_dir: /usr/src/python
command: robot -i tsg_adc_wp -d wp/$time/ autotsg
privileged: true
volumes:
- /home/autotsg_gao:/usr/src/python