File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ services :
2
+ postgres :
3
+ image : postgres:15-alpine
4
+ command : postgres -c fsync=off -c synchronous_commit=off -c full_page_writes=off -c random_page_cost=1.0
5
+ restart : always
6
+ environment :
7
+ - POSTGRES_USER=postgres
8
+ - POSTGRES_PASSWORD=postgres
9
+ - POSTGRES_DB=prisma_nest
10
+ - DEBUG=false
11
+ ports :
12
+ - ' 5432:5432'
13
+ volumes :
14
+ - ${TEMP}/pg15data:/var/lib/postgresql/data
Original file line number Diff line number Diff line change 79
79
"ts-morph" : " 11 - 16"
80
80
},
81
81
"devDependencies" : {
82
+ "@apollo/server" : " ^4.11.3" ,
82
83
"@eslint/compat" : " ^1.2.5" ,
83
84
"@nestjs/apollo" : " ^13.0.1" ,
84
85
"@nestjs/common" : " ^11.0.1" ,
127
128
"graphql-scalars" : " ^1.24.0" ,
128
129
"graphql-type-json" : " ^0.3.2" ,
129
130
"mocha" : " ^11.0.1" ,
131
+ "node-dev" : " ^8.0.0" ,
130
132
"ololog" : " ^1.1.175" ,
131
133
"pkgroll" : " ^2.6.1" ,
132
134
"precise-commits" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments