Updated docker compose for new volume mounting for the database

This commit is contained in:
Ryderjj89
2025-06-04 17:41:53 -04:00
parent afc09aed77
commit 0c7e12482e
2 changed files with 1 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ services:
ports:
- "3000:3000"
volumes:
- data:/app
- data:/app/database
- uploads:/app/uploads
environment:
- NODE_ENV=production