version: "3"
services:
test unit:
build: .
image: xx.xx.xx.xx:xxxx/test-daily
volumes:
- ./config.yaml:/home/config/config.yaml
command: bash test.sh
tty: true