services: microsoft-rewards-script: build: . container_name: netsky environment: - TZ=America/Toronto #change to your local timezone - NODE_ENV=production - HEADLESS=true #do not change ### Customize your run schedule, default 5:00 am and 11:00 am, use crontab.guru for formatting - CRON_START_TIME=0 5,11 * * * ### Run on start, set to false to only run the script per the cron schedule - RUN_ON_START=true restart: unless-stopped