feat: add cache volume configuration to docker-compose files for improved caching management in development and production environments
This commit is contained in:
@@ -12,6 +12,8 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3020:3000"
|
||||
volumes:
|
||||
- stripstream_cache:/app/.cache
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- MONGODB_URI=${MONGODB_URI}
|
||||
@@ -88,3 +90,4 @@ networks:
|
||||
|
||||
volumes:
|
||||
stripstream_mongodb_data:
|
||||
stripstream_cache:
|
||||
|
||||
Reference in New Issue
Block a user