Skip to content

Commit

Permalink
fix: Update supervisord command to source environment variables befor…
Browse files Browse the repository at this point in the history
…e execution
  • Loading branch information
MrAnyx committed Jan 3, 2025
1 parent cb4fb02 commit 8984122
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ autostart=true
startretries=10

[program:messenger-consume]
command=php /var/www/html/bin/console messenger:consume async --time-limit=3600
user=root
command=source /etc/environment && php /var/www/html/bin/console messenger:consume async --time-limit=3600
numprocs=2
startsecs=10
autostart=true
Expand Down

0 comments on commit 8984122

Please sign in to comment.