Skip to content

Commit

Permalink
fix: Update messenger worker configuration to use the correct supervi…
Browse files Browse the repository at this point in the history
…sord config file
  • Loading branch information
MrAnyx committed Jan 3, 2025
1 parent 4acb2e4 commit 0fc13ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .docker/messenger-worker.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[supervisord]
nodaemon=true
logfile=/dev/null
logfile_maxbytes=0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV APP_ENV=prod
ENV APP_DEBUG=0
RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini
COPY . .
COPY ./.docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY ./.docker/messenger-worker.conf /etc/supervisor/conf.d/supervisord.conf
ADD --chmod=0755 ./.docker/entrypoint.prod.sh /usr/local/bin/entrypoint.sh
RUN composer install --no-dev --optimize-autoloader --no-interaction
RUN php bin/console cache:clear && php bin/console cache:warmup
Expand Down

0 comments on commit 0fc13ca

Please sign in to comment.