Fix trucking campaign cron send date

This commit is contained in:
justin 2026-06-04 03:19:35 -05:00
parent b48fc3a406
commit c027d49f43
3 changed files with 206 additions and 17 deletions

View file

@ -131,6 +131,9 @@ services:
- CAMPAIGN_HAZMAT_ID=${CAMPAIGN_HAZMAT_ID}
volumes:
- worker-data:/app/data
# Read-only host MTA warmup stamp so the trucking campaign builder caps
# daily queued recipients in lockstep with Postfix/Listmonk warmup.
- /etc/postfix/pw-warmup-start:/etc/postfix/pw-warmup-start:ro
depends_on:
- api-postgres
restart: unless-stopped