Skip to content

Commit 7c46eea

Browse files
committed
updated readme and doc
1 parent 2bdfcd9 commit 7c46eea

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,16 +428,30 @@ import type { User } from "@/types";
428428

429429
---
430430

431-
## Docker Support
431+
## Deployment
432+
433+
### Docker
432434

433435
```bash
434-
# Build image
436+
# Build and run with Docker
435437
docker build -t react-ts-starter .
436-
437-
# Run container
438438
docker run -p 5000:5000 react-ts-starter
439439
```
440440

441+
### VPS Deployment with nginx
442+
443+
For production deployment on a VPS with nginx, PM2, and SSL configuration, see the complete guide:
444+
445+
📖 **[VPS Deployment Guide](./DEPLOYMENT.md)**
446+
447+
The guide includes:
448+
449+
- nginx configuration for serving static files and proxying API requests
450+
- PM2 or systemd setup for running the Nitro server
451+
- SSL certificate setup with Let's Encrypt
452+
- Monitoring and troubleshooting tips
453+
- Update and maintenance procedures
454+
441455
---
442456

443457
## Notes
File renamed without changes.

0 commit comments

Comments
 (0)