feat: add cache volume configuration to docker-compose files for improved caching management in development and production environments

This commit is contained in:
Julien Froidefond
2025-10-17 11:22:55 +02:00
parent a0ce7c9503
commit 4f28df6818
2 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ services:
- /app/node_modules
- /app/.next
- ~/.pnpm-store:/app/.pnpm-store
- cache_data:/app/.cache
environment:
- NODE_ENV=development
- MONGO_USER=admin
@@ -58,3 +59,4 @@ services:
volumes:
mongodb_data:
cache_data: