docker-cron/docker-compose.yml

8 lines
108 B
YAML

version: '3'
services:
cron:
build: .
volumes:
- ./output:/output
- ./:/root/cron