command: 'php /var/www/marketing/app/console mautic:segments:update'
minute: '0,15,30,45'
hour: '*'
+ environment:
+ - 'MAUTIC_ENV=live'
description: mautic update
mautic_rebuild:
user: apache
command: 'php /var/www/marketing/app/console mautic:campaigns:rebuild'
minute: '5,20,35,50'
hour: '*'
+ environment:
+ - 'MAUTIC_ENV=live'
description: mautic rebuild
mautic_trigger:
user: apache
command: 'php /var/www/marketing/app/console mautic:campaigns:trigger'
minute: '10,25,40,55'
hour: '*'
+ environment:
+ - 'MAUTIC_ENV=live'
description: mautic trigger
mautic_emails:
user: apache
command: 'php /var/www/marketing/app/console mautic:emails:send'
minute: '*/5'
hour: '*'
+ environment:
+ - 'MAUTIC_ENV=live'
description: mautic emails
mautic_messages:
user: apache
command: 'php /var/www/marketing/app/console mautic:messages:send'
minute: '*/5'
hour: '*'
+ environment:
+ - 'MAUTIC_ENV=live'
description: mautic messages
command: 'php /var/www/marketing/app/console mautic:segments:update'
minute: '0,15,30,45'
hour: '*'
+ environment:
+ - 'MAUTIC_ENV=test'
description: mautic update
mautic_rebuild:
user: apache
command: 'php /var/www/marketing/app/console mautic:campaigns:rebuild'
minute: '5,20,35,50'
hour: '*'
+ environment:
+ - 'MAUTIC_ENV=test'
description: mautic rebuild
mautic_trigger:
user: apache
minute: '10,25,40,55'
hour: '*'
description: mautic trigger
+ environment:
+ - 'MAUTIC_ENV=test'
mautic_emails:
user: apache
command: 'php /var/www/marketing/app/console mautic:emails:send'
minute: '*/5'
hour: '*'
+ environment:
+ - 'MAUTIC_ENV=test'
description: mautic emails
mautic_messages:
user: apache
command: 'php /var/www/marketing/app/console mautic:messages:send'
minute: '*/5'
hour: '*'
+ environment:
+ - 'MAUTIC_ENV=test'
description: mautic messages
\ No newline at end of file