Skip to content

Commit

Permalink
fix: php image supervisor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Feb 15, 2022
1 parent 05c5e84 commit 63977d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 183 deletions.
28 changes: 0 additions & 28 deletions docker/php74-nginx-alpine/Dockerfile

This file was deleted.

105 changes: 0 additions & 105 deletions docker/php74-nginx-alpine/nginx/default.d/000-default.conf

This file was deleted.

34 changes: 0 additions & 34 deletions docker/php74-nginx-alpine/php.ini

This file was deleted.

15 changes: 0 additions & 15 deletions docker/php74-nginx-alpine/zz-docker.conf

This file was deleted.

6 changes: 5 additions & 1 deletion docker/php80-nginx-alpine/supervisor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ stderr_logfile_maxbytes=0

;/etc/supervisor/conf.d/messenger-worker.conf
[program:messenger-consume]
command=php -d "memory_limit=-1" /var/www/html/bin/roadiz messenger:consume messenger.transports.async --time-limit=1800
command=php -d "memory_limit=-1" /var/www/html/bin/console messenger:consume async --time-limit=1800
user=www-data
numprocs=2
startsecs=0
autostart=true
autorestart=true
process_name=%(program_name)s_%(process_num)02d
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

0 comments on commit 63977d2

Please sign in to comment.