Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katsew/docker-node-sample
https://github.com/katsew/docker-node-sample
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/katsew/docker-node-sample
- Owner: katsew
- Created: 2015-11-17T17:40:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T04:07:57.000Z (about 9 years ago)
- Last Synced: 2024-04-15T00:45:07.994Z (10 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- 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