chore: update docker-compose.yml to correct the default path for Prisma data volume
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 8s

This commit is contained in:
Julien Froidefond
2025-12-11 11:02:37 +01:00
parent 5da6f9f991
commit 03c74d96c4

View File

@@ -14,7 +14,7 @@ services:
- "3020:3000"
volumes:
- stripstream_cache:/app/.cache
- ${PRISMA_DATA_PATH:-./Users/julienfroidefond/Documents/stripstream/prisma/data}:/app/data
- ${PRISMA_DATA_PATH:-/Users/julienfroidefond/Documents/stripstream/prisma/data}:/app/data
environment:
- NODE_ENV=${NODE_ENV}
- DATABASE_URL=file:./data/stripstream.db