NGINX / Node.js / Redis - Sample Node.js application with Nginx proxy and a Redis database.
WE USE awesome-compose. for practice the docker compose
this is an simple docker compose practice.
We use:
Redis
NGINX
Node.js
Work Flow will be like:
Project structure:
.
├── README.md
├── compose.yaml
├── nginx
│ ├── Dockerfile
│ └── ngin...
saymon.hashnode.dev2 min read