Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benawad/production-web-app-checklist
A list of things to do before going into production
https://github.com/benawad/production-web-app-checklist
Last synced: 15 days ago
JSON representation
A list of things to do before going into production
- Host: GitHub
- URL: https://github.com/benawad/production-web-app-checklist
- Owner: benawad
- Created: 2018-01-05T15:54:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T03:13:39.000Z (almost 7 years ago)
- Last Synced: 2024-11-03T04:24:35.495Z (2 months ago)
- Size: 3.91 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# production-web-app-checklist
## Table of Contents
- [Docker](#docker)
- [Nginx](#nginx)
- [PostgreSQL](#postgresql)## Docker
- [ ] Run [Docker security benchmark](https://github.com/docker/docker-bench-security)
- [ ] Use a specific version for each image e.g. node:9.3.0
- [ ] If using Node, use best practices: https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md## Nginx
- [ ] https and http/2
## PostgreSQL
- [ ] Make sure cascade deletes work correctly