plex-prerolls/docker-compose.yml
nwithan8 16d2738356 - Edit file path names
- Add Docker + Docker Compose with cron job
- Clean, update README.md
2023-12-07 18:57:30 -07:00

11 lines
297 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
TZ: America/New_York