All Projects β†’ evenchange4 β†’ Nextjs Pkg Docker Alpine

evenchange4 / Nextjs Pkg Docker Alpine

πŸ“₯Deploy a commercial Next.js application with pkg and docker.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nextjs Pkg Docker Alpine

Next Express Monorepo Starter
NextJS, Express and Now as Microservices with Yarn & Lerna Workspaces
Stars: ✭ 50 (-24.24%)
Mutual labels:  nextjs
Next Starter Peacock
🦚 Beautiful Nextjs starter for software engineers and designers to show work they're so proud of
Stars: ✭ 53 (-19.7%)
Mutual labels:  nextjs
Next React Graphql Apollo boostrap
React + GraphQL + Next.js project architecture that I play with right now
Stars: ✭ 59 (-10.61%)
Mutual labels:  nextjs
Nextjs Woocommerce
NextJS (React) eCommerce site with WooCommerce backend
Stars: ✭ 53 (-19.7%)
Mutual labels:  nextjs
Socat
Run socat command in alpine container
Stars: ✭ 53 (-19.7%)
Mutual labels:  alpine
Next Pkg
Extended Next.js server with pkg support
Stars: ✭ 55 (-16.67%)
Mutual labels:  nextjs
Jobforme
This is a project for people who are looking for work.
Stars: ✭ 50 (-24.24%)
Mutual labels:  nextjs
Denobrazil.com
πŸ‡§πŸ‡· Site oficial do Deno Brasil
Stars: ✭ 61 (-7.58%)
Mutual labels:  nextjs
Docker Alpine Postgres
Minimal PostgreSQL images based on Alpine Linux
Stars: ✭ 54 (-18.18%)
Mutual labels:  alpine
Twitter Bookmarks Search
WebExtension that adds ability search all your bookmarked tweets!
Stars: ✭ 59 (-10.61%)
Mutual labels:  nextjs
Docker Backuppc
Docker container with BackupPC version 4.x/3.x based on Alpine distribution.
Stars: ✭ 53 (-19.7%)
Mutual labels:  alpine
Grommet Nextjs
Build enterprise apps with react and grommet
Stars: ✭ 54 (-18.18%)
Mutual labels:  nextjs
Open Source
πŸŽ‰ A list of GitHub issues to help beginners make their first pull request.
Stars: ✭ 57 (-13.64%)
Mutual labels:  nextjs
Nextjs Material Dashboard
NextJS version of Material Dashboard React
Stars: ✭ 50 (-24.24%)
Mutual labels:  nextjs
Graphql Apollo Next.js
A server-rendering GraphQL client with Apollo Client and Next.js
Stars: ✭ 59 (-10.61%)
Mutual labels:  nextjs
Kohei.dev
🌎 A Production-level Single Page App with Server Side Rendering
Stars: ✭ 50 (-24.24%)
Mutual labels:  nextjs
Next Authentication
Authentication & Authorization library for the Next.js framework
Stars: ✭ 55 (-16.67%)
Mutual labels:  nextjs
Freqbench
Comprehensive CPU frequency performance/power benchmark
Stars: ✭ 65 (-1.52%)
Mutual labels:  alpine
Docker Traefik Cloudflare Companion
Automatically Create CNAME records for containers served by Traefik
Stars: ✭ 59 (-10.61%)
Mutual labels:  alpine
Theming Demo
https://codesandbox.io/s/github/juliaqiuxy/theming-demo/tree/master/?from-embed
Stars: ✭ 59 (-10.61%)
Mutual labels:  nextjs

Nextjs-pkg-docker-alpine

Deploy a commercial Next.js application with pkg and docker.
Medium article: Deploy a commercial Next.js application with pkg and docker

Demo

https://nextjs-pkg-docker-alpine.now.sh/

Deploy to now

Install and Build

$ yarn install
$ yarn run dev

# Build pkg
$ yarn run build
$ yarn run pkg

# Execute the binary
NODE_ENV=production ./pkg/nextjs-pkg-docker-alpine

Docker Alpine

$ docker build -t nextjs-pkg-docker-alpine .
$ docker run --rm -it \
  -p 3003:3003 \
  -e "PORT=3003" \
  -e "API_URL=https://API_URL.com" \
  nextjs-pkg-docker-alpine

Note: It might take some time to fetch base Node.js binaries to PKG_CACHE_PATH during the pkg process.

Deploy to Now

$ now --docker

License

MIT Β© Michael Hsu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].