GitHub / kilamaelie / Deploy-a-Next.js-App-on-AWS-EC2-with-Docker-NGINX-and-Automate-with-GitHub-Actions
This guide will walk you through the process of setting up a Next.js application on AWS EC2 using Docker and NGINX while automating deployment with GitHub Actions.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilamaelie%2FDeploy-a-Next.js-App-on-AWS-EC2-with-Docker-NGINX-and-Automate-with-GitHub-Actions
PURL: pkg:github/kilamaelie/Deploy-a-Next.js-App-on-AWS-EC2-with-Docker-NGINX-and-Automate-with-GitHub-Actions
Stars: 1
Forks: 0
Open issues: 0
License: mit
Language: TypeScript
Size: 236 KB
Dependencies parsed at:
392
Created at: over 4 years ago
Updated at: 3 months ago
Pushed at: 3 months ago
Last synced at: 3 months ago
Topics: aws-ec2, cicd, docker, docker-compose, github-actions, github-package-registry, nextjs15, nginx, nginx-proxy, reactjs, tailwindcss, typescript
- @eslint/eslintrc ^3 development
- @tailwindcss/postcss ^4 development
- @types/node ^20 development
- @types/react ^19 development
- @types/react-dom ^19 development
- eslint ^9 development
- eslint-config-next 15.2.4 development
- tailwindcss ^4 development
- typescript ^5 development
- next 15.2.4
- react ^19.0.0
- react-dom ^19.0.0
- ${NEXT_APP_NGINX_IMAGE} latest
- ${NEXT_APP_WEBSITE_IMAGE} latest
- ${NEXT_APP_NGINX_IMAGE} latest
- ${NEXT_APP_WEBSITE_IMAGE} latest
- nginx latest build
- ${NODE} latest build
- actions/checkout v3 composite