Skip to content

Commit

Permalink
fix: Update log file paths for messenger process and create necessary…
Browse files Browse the repository at this point in the history
… directory
  • Loading branch information
MrAnyx committed Jan 3, 2025
1 parent 705ffbf commit 51081df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ autostart=true
autorestart=true
startretries=10
process_name=%(program_name)s_%(process_num)02d
stdout_logfile=/var/log/messenger-consume_stdout.log
stderr_logfile=/var/log/messenger-consume_stderr.log
stdout_logfile=/var/log/meeio/supervisord/messenger-consume_stdout.log
stderr_logfile=/var/log/meeio/supervisord/messenger-consume_stderr.log
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ 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
RUN mkdir -p /var/log/meeio/supervisord
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 51081df

Please sign in to comment.