3002
This commit is contained in:
parent
13b3f95217
commit
c52812f935
3 changed files with 752 additions and 5 deletions
|
|
@ -14,9 +14,9 @@ COPY --from=deps /app/node_modules ./node_modules
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ENV NEXT_TELEMETRY_DISABLED=1
|
ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
ENV DATABASE_URI="mongodb://localhost:27017/build-placeholder"
|
ENV DATABASE_URI=mongodb://mongo:databasemultisite@portfolio-database-tkom3p:27017/?authSource=admin&directConnection=true
|
||||||
ENV PAYLOAD_SECRET="build-time-placeholder"
|
ENV PAYLOAD_SECRET=cbd291ac16406fe9ec82384e
|
||||||
ENV NEXT_PUBLIC_SERVER_URL="http://localhost:3002"
|
ENV NEXT_PUBLIC_SERVER_URL=https://bymackie.com
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
RUN pnpm payload generate:types || echo "Skipped"
|
RUN pnpm payload generate:types || echo "Skipped"
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@payloadcms/admin-bar": "3.84.1",
|
"@payloadcms/admin-bar": "3.84.1",
|
||||||
|
"@payloadcms/db-mongodb": "3.84.1",
|
||||||
"@payloadcms/live-preview-react": "3.84.1",
|
"@payloadcms/live-preview-react": "3.84.1",
|
||||||
"@payloadcms/next": "3.84.1",
|
"@payloadcms/next": "3.84.1",
|
||||||
"@payloadcms/plugin-form-builder": "3.84.1",
|
"@payloadcms/plugin-form-builder": "3.84.1",
|
||||||
|
|
@ -31,6 +32,7 @@
|
||||||
"@payloadcms/plugin-search": "3.84.1",
|
"@payloadcms/plugin-search": "3.84.1",
|
||||||
"@payloadcms/plugin-seo": "3.84.1",
|
"@payloadcms/plugin-seo": "3.84.1",
|
||||||
"@payloadcms/richtext-lexical": "3.84.1",
|
"@payloadcms/richtext-lexical": "3.84.1",
|
||||||
|
"@payloadcms/storage-s3": "^3.84.1",
|
||||||
"@payloadcms/ui": "3.84.1",
|
"@payloadcms/ui": "3.84.1",
|
||||||
"@radix-ui/react-checkbox": "^1.0.4",
|
"@radix-ui/react-checkbox": "^1.0.4",
|
||||||
"@radix-ui/react-label": "^2.0.2",
|
"@radix-ui/react-label": "^2.0.2",
|
||||||
|
|
@ -51,8 +53,7 @@
|
||||||
"react-dom": "19.2.6",
|
"react-dom": "19.2.6",
|
||||||
"react-hook-form": "7.71.1",
|
"react-hook-form": "7.71.1",
|
||||||
"sharp": "0.34.2",
|
"sharp": "0.34.2",
|
||||||
"tailwind-merge": "^3.4.0",
|
"tailwind-merge": "^3.4.0"
|
||||||
"@payloadcms/db-mongodb": "3.84.1"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/eslintrc": "^3.2.0",
|
"@eslint/eslintrc": "^3.2.0",
|
||||||
|
|
|
||||||
746
pnpm-lock.yaml
generated
746
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue