Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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