thibaud-leclere
a37ac1debd
fix: resolve messenger worker OOM by clearing EntityManager and disabling debug
...
Clear Doctrine identity map after each film import to prevent memory
accumulation. Run messenger with --no-debug and higher PHP memory_limit
to avoid profiling overhead in dev.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 21:34:11 +02:00
thibaud-leclere
6cd6c1ed47
fix: bind vendor with host in dev instead of named volume
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 18:41:24 +02:00
thibaud-leclere
3c15c12255
update theme
2026-03-30 12:13:19 +02:00
thibaud-leclere
cb0ea949f6
chore(docker): add image for node
Build and Push Docker Images / Build app image (push) Failing after 10s
Build and Push Docker Images / Build database image (push) Successful in 9s
2026-03-28 13:54:43 +01:00
thibaud-leclere
d590120306
fix: register ViteBundle, add config, share vendor volume with node, add vite-plugin-symfony
...
- Add PentatrionViteBundle to bundles.php (Flex recipe didn't auto-register)
- Create pentatrion_vite.yaml config
- Share vendor named volume with node container (needed for file: npm deps)
- Add vite-plugin-symfony to package.json devDependencies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-28 13:26:47 +01:00
thibaud-leclere
d175202163
chore: add node docker service for vite dev server and prod build
2026-03-28 13:14:09 +01:00
thibaud-leclere
21b0f681be
chore(docker): dockerize app, add workflow to push image on gitea registry
Build and Push Docker Images / Build app image (push) Failing after 3m4s
Build and Push Docker Images / Build database image (push) Failing after 15s
2026-03-28 09:22:47 +01:00