Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianrich/docker-compose-stack
Example of Dockerising a Node / MongoDB / Nginx / Redis stack using docker-compose
https://github.com/christianrich/docker-compose-stack
docker docker-compose express mongodb nginx nodejs redis
Last synced: about 1 month ago
JSON representation
Example of Dockerising a Node / MongoDB / Nginx / Redis stack using docker-compose
- Host: GitHub
- URL: https://github.com/christianrich/docker-compose-stack
- Owner: ChristianRich
- Created: 2017-02-21T04:57:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T08:29:15.000Z (over 7 years ago)
- Last Synced: 2024-11-07T19:34:17.064Z (3 months ago)
- Topics: docker, docker-compose, express, mongodb, nginx, nodejs, redis
- Language: Nginx
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of Dockerising a Node / MongoDB / Nginx / Redis stack using docker-compose
Build and run all images in the stack:
```
docker-compose up --build
```Once running app is available on:
http://localhost:8080/