blob: 8c9e6ce9880b33fbb62d850440f27257b2cc6aa1 [file] [log] [blame]
version: "3"
services:
sync:
image: mericodev/lake:latest
volumes:
- ./req.json:/bin/app/req.json
# This command will request task api every 60 mins
command: lake-cli api pipeline -m POST --cron "@every 60m" --body ./req.json
network_mode: host