chore: update docker-compose.yml to change default path for Prisma data volume to a relative path
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 8s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 8s
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
|||||||
- "3020:3000"
|
- "3020:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- stripstream_cache:/app/.cache
|
- stripstream_cache:/app/.cache
|
||||||
- ${PRISMA_DATA_PATH:-/Users/julienfroidefond/Documents/stripstream/prisma/data}:/app/data
|
- ${PRISMA_DATA_PATH:-./prisma/data}:/app/prisma/data
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=${NODE_ENV}
|
- NODE_ENV=${NODE_ENV}
|
||||||
- DATABASE_URL=file:./data/stripstream.db
|
- DATABASE_URL=file:./data/stripstream.db
|
||||||
|
|||||||
Reference in New Issue
Block a user