https://github.com/katsew/docker-node-sample
https://github.com/katsew/docker-node-sample
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/katsew/docker-node-sample
- Owner: katsew
- Created: 2015-11-17T17:40:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T04:07:57.000Z (about 10 years ago)
- Last Synced: 2025-06-03T01:54:46.768Z (7 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Docker Project for Node
This is a sample project for docker-compose (fig) .
# Structure
`app` directory is a Node (Express) application.
`database` directory is a MongoDB for Node.
`web` directory is nginx for Node.
# Related Project
Express sample application
https://github.com/katsew/express-sample