Compare commits

..

9 Commits

Author SHA1 Message Date
Marijn 2e35ab1038 doctine recipe 2026-02-06 09:45:54 +01:00
Marijn 6e78a22896 symfony/timulus-bundle
recipe
2026-02-05 22:12:18 +01:00
Marijn 32c9c3f8c7 symfony/security
recipe
2026-02-05 22:10:47 +01:00
Marijn 731b445849 symfony/routing
recipe
2026-02-05 22:08:45 +01:00
Marijn 47babe6777 symfony/phpunut
recipe
2026-02-05 22:07:05 +01:00
Marijn 56497c6458 symfony/framework-bundle
recipe
2026-02-05 22:06:00 +01:00
Marijn c61e203a4d Update recipe for sentry 2026-02-05 22:01:40 +01:00
Marijn 45404db12f Symfony 8.0 2026-02-05 21:58:55 +01:00
Marijn c84cce3fc2 Pre upgrade 2026-02-05 20:29:45 +01:00
4 changed files with 6 additions and 3 deletions
+2
View File
@@ -87,10 +87,12 @@ FROM frankenphp_base AS frankenphp_prod
RUN rm -rf /var/lib/apt/lists/*
ENV APP_ENV=prod
ENV FRANKENPHP_CONFIG="import worker.Caddyfile"
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
COPY --link frankenphp/conf.d/20-app.prod.ini $PHP_INI_DIR/app.conf.d/
COPY --link frankenphp/worker.Caddyfile /etc/caddy/worker.Caddyfile
# prevent the reinstallation of vendors at every changes in the source code
COPY --link composer.* symfony.* ./
-2
View File
@@ -9,8 +9,6 @@ services:
MAILER_DSN: ${MAILER_DSN}
MAILER_SENDER: ${MAILER_SENDER}
SENTRY_DSN: ${SENTRY_DSN}
SENTRY_RELEASE: ${IMAGE_TAG}
SENTRY_ENVIRONMENT: ${SENTRY_ENVIRONMENT}
labels:
- "traefik.enable=true"
- "traefik.http.routers.tvdt.rule=Host(`tijdvoordetest.nl`)"
-1
View File
@@ -8,7 +8,6 @@ when@prod:
ignore_exceptions:
- 'Symfony\Component\ErrorHandler\Error\FatalError'
- 'Symfony\Component\Debug\Exception\FatalErrorException'
- 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException'
#
# # If you are using Monolog, you also need this additional configuration to log the errors correctly:
# # https://docs.sentry.io/platforms/php/guides/symfony/integrations/monolog/
+4
View File
@@ -0,0 +1,4 @@
worker {
file ./public/index.php
env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime
}