File tree Expand file tree Collapse file tree 4 files changed +1
-20
lines changed
Expand file tree Collapse file tree 4 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
2828 - postgres
2929 postgres :
3030 container_name : postgres
31- image : postgres:14 -alpine3.18
31+ image : postgres:15.3 -alpine3.18
3232 restart : always
3333 environment :
3434 POSTGRES_USER : ${POSTGRES_USER}
@@ -51,9 +51,6 @@ services:
5151 environment :
5252 PGADMIN_DEFAULT_EMAIL : admin@admin.com
5353 PGADMIN_DEFAULT_PASSWORD : root
54- volumes :
55- - ${PWD}/pgadmin-servers.json:/pgadmin4/servers.json
56- - ${PWD}/pgadmin-vrt.pgpassfile:/pgadmin4/pgadmin-vrt.pgpassfile
5754 ports :
5855 - " 5050:80"
5956 depends_on :
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66echo Start applying migrations...
77
88# apply migration
9- npx prisma db push
109npx prisma migrate deploy
1110
1211echo Seeding data...
You can’t perform that action at this time.
0 commit comments