Configure Payload + Postgres on Dokploy
This commit is contained in:
@@ -8,8 +8,9 @@
|
|||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "eslint",
|
"lint": "eslint",
|
||||||
"payload": "payload"
|
"payload": "payload",
|
||||||
},
|
"payload:migrate": "payload migrate"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@payloadcms/db-postgres": "^3.78.0",
|
"@payloadcms/db-postgres": "^3.78.0",
|
||||||
"@payloadcms/next": "^3.78.0",
|
"@payloadcms/next": "^3.78.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user