plex-prerolls/docker-compose.yml
2024-08-04 22:12:19 -06:00

12 lines
371 B
YAML

version: "3.9"
services:
plex_prerolls:
image: nwithan8/plex_prerolls:latest
volumes:
- /path/to/config:/config
- /path/to/logs:/logs
environment:
CRON_SCHEDULE: "0 0 * * *" # Run every day at midnight, see https://crontab.guru/ for help
DRY_RUN: "false" # Set to true to test without actually downloading
TZ: America/New_York